{% extends "base.html" %} {% block header %}
             __    __                    __
 __         /\ \__/\ \__                /\ \
/\_\  __  __\ \ ,_\ \ ,_\  __  __       \_\ \     __   __  __
\/\ \/\ \/\ \\ \ \/\ \ \/ /\ \/\ \      /'_` \  /'__`\/\ \/\ \
 \ \ \ \ \_\ \\ \ \_\ \ \_\ \ \_\ \  __/\ \L\ \/\  __/\ \ \_/ |
 _\ \ \ \____/ \ \__\\ \__\\/`____ \/\_\ \___,_\ \____\\ \___/
/\ \_\ \/___/   \/__/ \/__/ `/___/  \/_/\/__,_ /\/____/ \/__/
\ \____/                       /\___/
 \/___/                        \/__/
          
{% endblock header %} {% block content %}

{%- if lang == "pt" %}Últimos posts{% else %}Latest posts{% endif -%}

{%- if lang == "pt" %} {%- set posts = get_section(path="posts/_index.pt.md") %} {%- else %} {%- set posts = get_section(path="posts/_index.md") %} {%- endif %} {%- if lang == "pt" %}Ver todos{% else %}See all{% endif %}

{%- if lang == "pt" %}Últimas notas{% else %}Latest notes{% endif -%}

{%- if lang == "pt" %} {%- set notes = get_section(path="notes/_index.pt.md") %} {%- else %} {%- set notes = get_section(path="notes/_index.md") %} {%- endif %} {%- if lang == "pt" %}Ver todos{% else %}See all{% endif %}

{%- if lang == "pt" %}Últimos links{% else %}Latest links{% endif -%}

{%- if lang == "pt" %} {%- set links = get_section(path="links/_index.pt.md") %} {%- else %} {%- set links = get_section(path="links/_index.md") %} {%- endif %} {%- if lang == "pt" %}Ver todos{% else %}See all{% endif %} {%- endblock content %}