Dockerize Project
This commit is contained in:
commit
e679d02b41
205 changed files with 17941 additions and 0 deletions
12
templates/partials/landing/__faq.html.twig
Executable file
12
templates/partials/landing/__faq.html.twig
Executable file
|
@ -0,0 +1,12 @@
|
|||
{% block faq %}
|
||||
<section class="cta section" style="margin-top:5em;">
|
||||
<div class="container">
|
||||
<div class="cta-inner section-inner">
|
||||
<h3 class="section-title mt-0">Have questions?</h3>
|
||||
<div class="cta-cta">
|
||||
<a class="button button-primary button-wide-mobile" href="{{ path('app_faq') }}">Check our FAQ</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue