Added preliminary code for the express-flasher flash message integration - will uncomment code tomorrow when package can be published
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@ -24,6 +24,12 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
{% if flash != null %}
|
||||
<div class="flash-message {{ flash.type }}">
|
||||
<p>{{ flash.msg }}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<!-- main content -->
|
||||
<div id="main-content" class="container fluid">
|
||||
{% block content %}{% endblock %}
|
||||
|
Reference in New Issue
Block a user