{% include "../common/header.html" %} {% set offset = 0 %} {% for e in articles['rows'] %} {% set offset += 1 %} {% end %}
BBS
No Title Author Signdate
{{ articles['count'] - (articles['rpp'] * (articles['page'] - 1)) - offset + 1 }} {{ e['title'] }} {{ e['author'] }} {{ yyyymmdd(timestamp=e['signdate'], concat='-') }} {{ hhiiss(timestamp=e['signdate'], concat=':') }}
{% module Pagination(total_count=articles['count'], page=articles['page'], rpp=articles['rpp']) %}
Post
{% include "../common/footer.html" %}