{% extends "base.html" %} {% import "macros.html" as macros %} {% block title %}{{ page.title }} - {{SITENAME}}{% endblock title %} {% block summary %}{{ page.summary|striptags }}{% endblock %} {% block key_image %}{{ macros.key_image(page) }}{% endblock key_image %} {% block content %}

{{ page.title }}


{{ page.content }}
{% if page.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 content %}