diff options
Diffstat (limited to 'view/tpl/plain.tpl')
-rw-r--r-- | view/tpl/plain.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/plain.tpl b/view/tpl/plain.tpl new file mode 100644 index 000000000..9af76718e --- /dev/null +++ b/view/tpl/plain.tpl @@ -0,0 +1,3 @@ +<h2>{{$title}}</h2> +{{if $now}}<div>{{$now}}</div>{{/if}} +<div style="font-weight: normal; font-family: monospace;">{{$infos}}</div> |