{% extends "base.html" %} {% block title %}{{ page.title }} - {{SITENAME}}{%endblock%} {% block content %}

{{ page.title }}


{% import 'translations.html' as translations with context %} {{ translations.translations_for(page) }} {{ page.content }}
{% if page.metadata['show_recent'] %}

Recent Sessions

{% with count=10, key='category', values=['sessions', 'test'] %}{% include "signs.html" %}{% endwith %}

Recent Lore

{% with count=10, key='category', values=['lore', 'dm'] %}{% include "signs.html" %}{% endwith %}
{% endif %}
{% endblock %}