{% extends "base.html" %} {% block title %} {% if section.permalink is containing("weblog") %} A weblog by Yaroslav de la Peña Smirnov {% elif section.permalink is containing("food") %} A collection of recipes by Yaroslav de la Peña Smirnov {% else %} A website by Yaroslav de la Peña Smirnov {% endif %} {% endblock %} {% block header %} {% if section.permalink is containing("weblog") %}
Hello, my name is Yaroslav de la Peña Smirnov, welcome to my weblog. Sometimes I write software, sometimes I might write my mind here.
{% elif section.permalink is containing("food") %}Here I keep some of the recipes for food that I cook. Nothing really special in here, just food that I find delicious, and generally not very expensive nor time consuming to cook.
{% endif %} {% endblock %} {% block content %}