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/_sakura/templates/misaki/forum/index.tpl
flashwave d4063a994f r20151101
Signed-off-by: Flashwave <me@flash.moe>
2015-11-01 17:32:47 +01:00

11 lines
250 B
Smarty

{% extends 'global/master.tpl' %}
{% block title %}Forum Listing{% endblock %}
{% block content %}
<div class="homepage forums">
{% include 'elements/statsHeader.tpl' %}
{% include 'forum/forum.tpl' %}
</div>
{% endblock %}