1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/_includes/sections/section-cta.html

19 lines
538 B
HTML
Raw Normal View History

2017-03-28 14:22:01 +02:00
{% if layout %}
{% assign context = layout %}
{% else %}
{% assign context = page %}
{% endif %}
<section class="section section-cta section-cta--features background--photo text-center">
<div class="row">
<header class="section-header">
<h1 class="section-title">{{ context.cta.title }}</h1>
<p class="section-description">{{ context.cta.description }}</p>
</header>
<a class="btn btn-primary" href="/">
2017-03-28 14:22:01 +02:00
{{ context.cta.button }}
</a>
</div>
</section>