Homebrewserver.club website https://homebrewserver.club/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
272 B

{% extends "index.html" %}
{% block content_title %}
<h2>{{ category }}</h2>
{% for article in articles_page.object_list %}
{% if article.title == 'Introduction' %}
<div class='category-intro'>{{article.content}}</div>
{% endif %}
{% endfor %}
{% endblock %}