{% extends 'base.html' %} {% block container %} {% include "partial/banner.html" %} {% include "partial/crumb.html" %}

{% pageDetail with name="Title" %}

{%- pageDetail articleContent with name="Content" %} {{articleContent|safe}}
{% include "partial/sidebar.html" %}
{% endblock %}