aboutsummaryrefslogtreecommitdiff
path: root/data/templates/default.s5
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/default.s5')
-rw-r--r--data/templates/default.s53
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/default.s5 b/data/templates/default.s5
index d76111284..27e681fe4 100644
--- a/data/templates/default.s5
+++ b/data/templates/default.s5
@@ -61,6 +61,9 @@ $endif$
$if(author)$
<h3 class="author">$for(author)$$author$$sep$<br/>$endfor$</h3>
$endif$
+$if(institute)$
+ <h3 class="institute">$for(institute)$$institute$$sep$<br/>$endfor$</h3>
+$endif$
$if(date)$
<h4 class="date">$date$</h4>
$endif$