collapsing dir structure
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}{{ SITENAME }}: A 5e Homebrew Campaign{%endblock%}
|
||||
{% block content %}
|
||||
<section id='content' class='content'>
|
||||
<div class='box curled'>
|
||||
<hr>
|
||||
{{ page.content }}
|
||||
<hr>
|
||||
</div>
|
||||
<div class='column box curled'>
|
||||
<h3>Recent Sessions</h3>
|
||||
{% with count=10, key='category', values=['sessions', 'test'] %}{% include "recent.html" %}{% endwith %}
|
||||
</div>
|
||||
<div class='column box curled'>
|
||||
<h3>Recent Lore</h3>
|
||||
{% with count=10, key='category', values=['lore', 'dm'] %}{% include "recent.html" %}{% endwith %}
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user