Packages
Default Zotonic site, used when no other site can handle the supplied Host.
Current section
Files
Jump to
Current section
Files
priv/templates/_notice.tpl
<div class="alert alert-info" id="{{ #id }}">
<button type="button" class="close" data-dismiss="alert">
<span aria-hidden="true"><em>×</em></span>
<span class="sr-only">Close</span>
</button>
<strong>{{ site }}</strong>
<p>
{{ notice|force_escape|linebreaksbr }}
</p>
</div>
{% wire id=#id action={hide target=#id} %}