start the new topics route and view
This commit is contained in:
3
app/templates/common/macros.html
Normal file
3
app/templates/common/macros.html
Normal file
@@ -0,0 +1,3 @@
|
||||
{% macro timestamp(unix_ts) -%}
|
||||
<span class="timestamp" data-utc="{{ unix_ts }}">{{ unix_ts | ts_datetime('%Y-%m-%d %H:%M')}} <abbr title="Server Time">ST</abbr></span>
|
||||
{%- endmacro %}
|
||||
Reference in New Issue
Block a user