nekrochan/templates/index.html

13 řádky
316 B
HTML
Spustitelný soubor

{% import "./macros/board-links.html" as board_links %}
{% extends "base.html" %}
{% block title %}{{ tcx.cfg.site.name }}{% endblock %}
{% block content %}
<div class="center">
<h1 class="title">{{ tcx.cfg.site.name }}</h1>
<p class="description">{{ tcx.cfg.site.description }}</p>
</div>
{% endblock %}