balsamine.www
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

home.html
text/html

Download raw (274 bytes)

{% extends "base.html" %}

{% if page.lang %}
{% block lang %}{{ page.lang }}{% endblock %}
{% endif %}

{% block title %}{{ page.title }} | Balsamine {% endblock %}

{% block content %}
<article class="page-detail content">
    {{ page.content }}
</article>
{% endblock %}