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

18 lines
501 B
Smarty
Raw Normal View History

{% 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>
2015-08-23 22:08:36 +00:00
</div>
{% include 'settings/' ~ current ~ '.tpl' %}
{% endblock %}