Added document tool that deletes and re-creates all documents filesystem links

This commit is contained in:
Roberto Rosario
2011-02-21 23:46:25 -04:00
parent 7365113d92
commit a9bfe7f088
10 changed files with 75 additions and 11 deletions

View File

@@ -6,6 +6,10 @@
<h2 class="title">{{ title }}</h2>
<div class="inner">
<p>{{ content }}</p>
{% for paragraph in paragraphs %}
<p>{{ paragraph }}</p>
{% endfor %}
</div>
</div>
{% endblock %}