{% extends "base.html" %} {% block title %}{{ SITENAME }}: A 5e Homebrew Campaign{%endblock%} {% block content %} {{ page.content }} {% if page.show_recent %} Recent Posts {% with count=10, key='category', values=['lore', 'mechanics', 'regions'] %}{% include "recent.html" %}{% endwith %} {% endif %} {% endblock %}