{% extends "base.html" %} {% block content %} {{ page.title }} {{ page.date | date(format="%Y-%m-%d %H:%M:%S") -}} {{ page.content | safe }} {%- endblock content -%} {%- block footer %}
{%- if lang == "pt" %}feito por{% else %}made by{% endif %} jutty {% if lang == "pt" %}com{% else %}with{% endif %} Zola • {% if lang == "pt" %}código fonte{% else %}source code{% endif %} • {% if lang == "pt" %}privacidade{% else %}privacy{% endif %} • {% if lang == "pt" %}créditos{% else %}acknowledgments{% endif %} {% if lang == "pt" %}gerado em{% else %}built{% endif %} {{ now(utc=true) | date(format="%Y-%m-%d %H:%M") }} UTC, {{ now(timestamp=true) }}{% if lang == "pt" %}º segundo não-bissexto da Era Unix{% else %} non-leap seconds since the Unix Epoch{% endif %}