home » zplus/dokk.org.git
ID: cba9e2a5aefe6420c2916c57dfb0af89457fe021
22 lines — 372B — View raw


{% extends "templates/base.tpl" %}

{% block title %}{{ title }}{% endblock %}
{% block stylesheets %}
<link href="/static/css/asciidoctor.css" rel="stylesheet">
{% endblock %}

{% block body %}

<div class="articles">

    <div class="path">
        <a href="/">DOKK</a>
    </div>

    <h1>{{ title }}</h1>

    {% block article %}{% endblock %}

</div>

{% endblock %}