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/main/index.tpl
flashwave 5201e8c3fb big amount of indev stuff
Signed-off-by: Flashwave <me@flash.moe>
2015-11-02 21:00:27 +01:00

14 lines
384 B
Smarty
Executable file

{% extends 'global/master.tpl' %}
{% block content %}
<div class="homepage">
{% include 'elements/statsHeader.tpl' %}
<div class="frontNews platform">
{% for post in news.getPosts(0, newsCount) %}
{% include 'elements/newsPost.tpl' %}
{% endfor %}
</div>
<div class="clear"></div>
</div>
{% endblock %}