first commit
This commit is contained in:
6
templates/Kernel/partials/_auth_form_header.twig
Normal file
6
templates/Kernel/partials/_auth_form_header.twig
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="form-container__header">
|
||||
<h2 class="form-container__title">{{ title }}</h2>
|
||||
{% if intro is defined and intro %}
|
||||
<p class="form-container__intro">{{ intro }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user