aboutsummaryrefslogblamecommitdiffstats
path: root/dev-random/templates/page.html
blob: 25acc8e50fa126876f2822d8a46bc17a3aef5e59 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                     
{% extends "base.html" %}

{% block title %}{{ super() }} — {{ page.url }}{% endblock title %}

{%- block content %}
    <section id="page-content">
      <h1>{{ page.title }}</h1>
      {{ page.content }}
    </section>
{% endblock content -%}