{% load article_tags %} My Site - {% block title %}Welcome{% endblock %} {% block extra-head %}{% endblock %}

My Site

{% block content %}{% endblock %} {% block sidebar %} {% block recent_articles %}
  • Recent Articles

    {% get_articles 10 as recent %} {% for article in recent %} {% if forloop.first %}{% endif %} {% endfor %}
  • {% endblock %} {% block article_tags %}
  • Tag Cloud

    {% tag_cloud %}
  • {% endblock %} {% endblock %} {% block footer %}

    Copyright © {% now "Y" %} Me. All rights reserved.

    {% endblock %}