Skip to content
Snippets Groups Projects
page.html 352 B
Newer Older
Hugo Trentesaux's avatar
Hugo Trentesaux committed
{% extends "index.html" %}

Hugo Trentesaux's avatar
Hugo Trentesaux committed

{% block title %}<title>Duniter | {{page.title}}</title>{% endblock title %}

Hugo Trentesaux's avatar
Hugo Trentesaux committed
{% block extrahead %}
{% if page.extra.katex %}
{{ macros::katex() }}
{% endif %}
{% endblock extrahead %}

{% block content %}
<main class="page w3-container w3-content w3-padding-64">
  {{ page.content | safe }}
</main>
{% endblock content %}