home » zplus/dokk.org.git
ID: 412f47c26ac2ca3d94b7ecda5ffd54d60a4bc899
22 lines — 363B — View raw


{% extends "base.html" %}

{% 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 %}