{% extends "base.html" %} {% block title %} {{ super() }} {% endblock title %} {% block head_description %} Home page of the {{ SITENAME|striptags }} blog. {% endblock head_description %} {% block content %}

About me

My name is anothony queen

{% if PROJECTS %}

My Projects

{% for project in PROJECTS %} {%endfor %}
{% endif %}
{% if articles %}

Recent Posts all posts

{% for article in articles %} {% if loop.index0 < RECENT_ARTICLES_COUNT %} {% endif %} {% endfor %}
{% endif %}
{% endblock content %}