Skip to content
Snippets Groups Projects
Commit ce8a97c7 authored by James Vasile's avatar James Vasile
Browse files

whitespace

parent ff0282be
No related branches found
No related tags found
No related merge requests found
{% extends "index.html" %}
{% extends "index.html" %}
{% block title %}{{ category }} — {{ SITENAME }}{% endblock %}
......
{% extends "base.html" %}
{% extends "base.html" %}
{% block content_title %}
{% if articles_page.number == 1 %}
{% include 'introduction.html' %}
{% endif %}
{% endblock %}
{% block content_title %}
{% if articles_page.number == 1 %}
{% include 'introduction.html' %}
{% endif %}
{% endblock %}
{% block content %}
{% block content %}
<section id="listing">
{% for article in articles_page.object_list %}
......@@ -63,4 +63,4 @@
</section>
{% endblock content %}
{% endblock content %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment