{% include "../common/header.html" %}
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 |