From c4f8aed38fe04d2e39beb5a472374ec4edd81bb3 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 5 Mar 2019 15:38:02 +0100 Subject: [PATCH] Add /brawlhalla --- templates/brawlhalla.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/brawlhalla.html diff --git a/templates/brawlhalla.html b/templates/brawlhalla.html new file mode 100644 index 00000000..5b4281f9 --- /dev/null +++ b/templates/brawlhalla.html @@ -0,0 +1,14 @@ +{% extends 'base.html' %} + +{% block pagetitle %} + Il monarca del Valhalla +{% endblock %} + +{% block body %} +

+ Il monarca del Valhalla +

+
+ +
+{% endblock %}