world/templates/shortcodes/alert.html

5 lines
293 B
HTML
Raw Normal View History

2024-09-26 08:54:36 +02:00
<div class="alert" style="background:#e7f29f30;border:1px solid #d7e28f25;padding:2rem;width:fit-content;margin:0rem auto;text-align: center;border-radius:.25rem;">
<h1 style="margin:0;padding:0">{{ title | safe }}</h1>
<hr style="margin:1rem auto">
<p>{{ body | safe }}</p>
</div>