8 lines
400 B
Plaintext
8 lines
400 B
Plaintext
<section id="{{ subpage.data.title | slug }}" class="{{ subpage.data.classes }} wrapper-full hero-section">
|
|
<div>
|
|
<h1 class="hero-title">{% if subpage.data.displayedTitle %}{{ subpage.data.displayedTitle }}{% else %}{{ subpage.data.title }}{% endif %}</h1>
|
|
<p>{{subpage.data.description}}</p>
|
|
{{ subpage.templateContent }}
|
|
{% include "partials/socials.liquid" %}
|
|
</div>
|
|
</section> |