Add back in flash messages

This commit is contained in:
Tristan Daniël Maat 2022-08-01 16:35:28 +01:00
parent 3ba6f08986
commit 49f7360df1
Signed by: tlater
GPG key ID: 49670FD774E43268
5 changed files with 45 additions and 11 deletions

View file

@ -18,10 +18,15 @@
<block name="navigation">
<include src="lib/html/navigation.html"></include>
</block>
<!-- <include src="lib/html/message-flash.html"></include> -->
<include src="lib/html/message-flash.html"></include>
<block name="content"></block>
<block name="footer"></block>
<block name="footer">
<script type="module" src="lib/js/index.ts"></script>
</block>
</body>
</html>