adds missing template

This commit is contained in:
buttle 2021-06-21 08:57:52 +02:00
parent 69089624b7
commit 4696a6d2b6
1 changed files with 17 additions and 0 deletions

17
views/text.tpl Normal file
View File

@ -0,0 +1,17 @@
% rebase('base.tpl')
% include('_nav.tpl', current_dir=current_dir, object=object)
<style>
blockquote {
margin-left: 0;
background-color: #EEE;
}
</style>
<div id="file_text">
<blockquote>
{{ !object['file_content'] }}
</blockquote>
</div>