aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/journal/templates/journal/artifacts.html
blob: 4b825737c1d999dc378f0b1ba1970ad8e2ccb889 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% extends "base.html" %}

{% block title %}Artifacts!{% endblock %}

{% block content %}<br />
Oh golly oh golly! We've got
<b>
<ul>
 <li /><a href="links/">links</a>
 <li /><a href="images/">images</a>
 <li /><a href="code/">code snippets</a>
 <li /><a href="videos/">videos</a>
</ul>
</b>
Also check out journal <a href="/journal/entries/">entries</a> and <a href="/journal/microentries/">microentries</a>.
{% endblock %}