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

Hi!

I'm Víðir Valberg Guðmundsson. I'm a software developer and this is my blog.

{% endblock %} {% block content %}
{% for article in articles_page.object_list %}

{{ article.title }}

{{ article.summary }}
{% endfor %} {% if articles_page.has_other_pages() %} {% include 'pagination.html' %} {% endif %}
{% endblock content %}