Rewrite edit blocs and themes
This commit is contained in:
12
app/templates/creative/blocs/_text.html
Normal file
12
app/templates/creative/blocs/_text.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<section class="bg-primary" id="{{ bloc.name }}">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 mx-auto text-center">
|
||||
<h2 class="section-heading text-white">{{ bloc.title }}</h2>
|
||||
<hr class="light my-4">
|
||||
<p class="text-faded mb-4"> {{ bloc.text }} </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user