{% extends "base.html" %} {% block title %}{{ SITENAME }}: A 5e Homebrew Campaign{%endblock%} {% block content %} {{ page.content }} Recent Sessions {% with count=10, key='category', values=['sessions', 'test'] %}{% include "recent.html" %}{% endwith %} Recent Lore {% with count=10, key='category', values=['lore', 'dm'] %}{% include "recent.html" %}{% endwith %} {% endblock %}