{{ view_name }}
{{ view_description|safe }}
{% endif %}
{{ request.method }} {{ request.url | replace("http://","https://") }}
{% endautoescape %} {% if content %}{{ content|urlize_quoted_links }}{% endif %}
{% extends "bootstrap/base.html" %} {% block title %}Welcome {{ title }}{% endblock %} {% block head %} {{super()}} {% endblock %} {% block navbar %} {% endblock %} {% block content %}
{{ request.method }} {{ request.url | replace("http://","https://") }}
{% endautoescape %} {% if content %}{{ content|urlize_quoted_links }}{% endif %}