{%- extends 'layout.html' -%} {%- import 'macros/box.html' as box -%} {%- block main_body -%} {{- '' -}}
{{- '' -}}
{{- '' -}} {{- box::archives_head() -}}
{{- '' -}}
    {{- '' -}} {{- box::archives(archives=archives, max=100, with_back=false, skip_tags=['tweet']) -}}
{{- '' -}}
{{- '' -}}
{{- '' -}} {%- for tag in tags -%} {%- if tag.title == 'tweet' -%} {{- '' -}} {{- '' -}}
{{- '' -}} {{- '' -}}
{{- '' -}} {%- break -%} {%- endif -%} {%- endfor -%}
{{- '' -}} {%- endblock -%}