Big commit i'm sorry ...
This commit is contained in:
10
app/templates/themes/creative/blocs/_external_link.html
Normal file
10
app/templates/themes/creative/blocs/_external_link.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<section class="{{ bloc.property }}" style="{% include '_print_colors.css' %}" id="{{ bloc.name }}" >
|
||||
<div class="container text-center">
|
||||
<h2 class="mb-4">{{ bloc.title }}</h2>
|
||||
{{ bloc.text|safe }}
|
||||
<a class="btn btn-light btn-xl sr-button" href="{{ bloc.link }}">
|
||||
{{ bloc.text_button }}
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user