=================================================================================
        //   ___           ___    ___    _________     ___    _____     _____          // 
       //   /  /          /  /   /  /   /  ______/    /  /   /     |   /     |        //  
      //   /  /          /  /   /  /   /  /          /  /   /  /|  |  /  /|  |       //   
     //   /  /          /  /   /  /   /  /          /  /   /  /_|  | /  /_|  |      //    
    //   /  /          /  /   /  /   /  /          /  /   /  ___   |/  ___   |     //     
   //   /  /______    /  /___/  /   /  /______    /  /   /  /   |  |  /   |  |    //      
  //   /_________/   /_________/   /_________/   /__/   /__/    |__|_/    |__|   //       
 //                                                                             //        
=================================================================================         

lucia's blog overview

entries

    {% for entry in blog_data %}
  • {% if entry.date %}{{entry.date}}{% else %}date missing{% endif %} - {{entry.heading}}
  • {% endfor %}
{% if tag_occurences %}

tags

    {% for tag, occurences in tag_occurences.items() %}
  • {{tag}} {{occurences|count()}}
  • {% endfor %} {% endif %}