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/yuuno/main/index.tpl

21 lines
716 B
Smarty
Raw Normal View History

{% extends 'global/master.tpl' %}
{% block content %}
2015-04-02 13:41:05 +00:00
<div class="content homepage">
<div class="content-right content-column">
2015-05-06 13:42:02 +00:00
{% include 'elements/indexPanel.tpl' %}
2015-04-02 13:41:05 +00:00
</div>
<div class="content-left content-column">
<div class="head">News <a href="{{ urls.format('SITE_NEWS_RSS') }}" class="fa fa-rss news-rss default"></a></div>
{% for post in news.getPosts(0, newsCount) %}
2015-04-02 13:41:05 +00:00
{% include 'elements/newsPost.tpl' %}
{% endfor %}
</div>
<div class="clear"></div>
</div>
{% endblock %}
{% block js %}
<script type="text/javascript" src="{{ sakura.resources }}/js/ybabstat.js"></script>
{% endblock %}