{% extends "base.html" %} {% block title %}Visit Page{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
{% endblock %}