takahe/templates/flatpage.html

11 wiersze
186 B
HTML

{% extends "base.html" %}
{% block title%}{{ title }}{% endblock %}
{% block content %}
<h1>{{ title }}</h1>
<div class="markdown">
{{ content }}
</div>
{% endblock %}