{%extends "base.html"%} {%block content%}

Index -- {{site_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: {{site_base_url}}/rss.xml

Tags: {%for t in all_tags%} {{t[0]}}{{", " if not loop.last else ""}} {%endfor%}

Articles

{%endblock content%}