{% extends "base.html" %}
{% block main %}
{{ section.content | safe }}
{% endblock %}
templates/index.html (view raw)
templates/index.html (view raw)
{% extends "base.html" %}
{% block main %}
{{ section.content | safe }}
{% endblock %}