aboutsummaryrefslogtreecommitdiff
path: root/website/templates/changelog.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates/changelog.html')
-rw-r--r--website/templates/changelog.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/website/templates/changelog.html b/website/templates/changelog.html
new file mode 100644
index 00000000..79ba7b2a
--- /dev/null
+++ b/website/templates/changelog.html
@@ -0,0 +1,8 @@
+<#import "/_scaffold.html" as main>
+<@main.scaffold title="changelog">
+ <div class="page-header top5">
+ <div class="row text-center changelog">
+ ${changelog?no_esc}
+ </div>
+ </div>
+</@main.scaffold>