{% import "./macros/board-links.html" as board_links %}
{% block title %}{% endblock %}
domov
{% call board_links::board_links() %}
nadnástěnkanovinky
{% for group in tcx.cfg.site.links %}
{% for (link, href) in group %}
{{ link }}
{% if !loop.last %}
{% endif %}
{% endfor %}
{% endfor %}
{% if let Some(report_count) = tcx.report_count %}
Hlášení: {{ report_count }}
{% endif %}
{% if tcx.account.is_some() %}
odhlásit seúčet
{% else %}
přihlásit se
{% endif %}