{%extends "base.html"%} {%block html_lang%}en{%endblock html_lang%} {%block head_title%}Index{%endblock head_title%} {%block head_description%}My personal blog where I post about my thoughts, some how-to's, or general ranting.{%endblock head_description%} {%block head_og%} {%endblock head_og%} {%block content%}

Index -- {{config.get("info", "title")}}

Welcome to my blog where I'll post whatever I please, ranging from rants to how-to's. Además, este pex va a estar en español e inglés porque quiero (no una mezcla en cada entrada, pero sí entradas completas en diferentes lenguajes).

Get the RSS feed: {{config.get("url", "main")}}/rss.xml

{%import "tag_list.html" as tag_list%} {{tag_list.print(all_tags)}} {%import "page_list.html" as page_list%} {{page_list.print(all_pages)}} {%endblock content%}