{% extends "base.html" %} {% block content %}
{% block content_title %}
{{ AUTHOR }}'s avatar

{{ SITENAME }}

{{ DESCRIPTION }}

If you love GNU/Emacs, If you love to program in an editor instead of big slow IDE but still enjoy to have a handy code editor then FG42 is the right choice for you.
If you need help, or even want to just say hello, try our IRC channel on freenode: #5hit.


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

 {{ article.title }}{% if article.description is defined %}
— {{article.description}}{% endif %}

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