Static Pages & Flatpages
<section class="flatpage">
<h1>{{ flatpage.title }}</h1>
{% autoescape false %}
{{ flatpage.content }}
{% endautoescape %}
</section>Base Layout Extend
{% extends 'layout/base.html' %}Forms
{% include 'account/contact/index.html' %}Widgets
3rd Party Tools
Last updated
Was this helpful?

