This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/templates/misaki/main/settings.tpl
flashwave 5c73e47908 r20151213
late edition

Signed-off-by: Flashwave <me@flash.moe>
2015-12-14 00:29:53 +01:00

18 lines
501 B
Smarty

{% extends 'global/master.tpl' %}
{% block title %}{{ page.category }} / {{ page.mode }}{% endblock %}
{% block content %}
<div class="box">
<h1 class="sectionHead">
{{ page.category }} <div class="fa">&#xf105;</div> {{ page.mode }}
</h1>
<h3>
{% for descline in page.description %}
{{ include(template_from_string(descline)) }}
{% endfor %}
</h3>
</div>
{% include 'settings/' ~ current ~ '.tpl' %}
{% endblock %}