12 lines
495 B
Plaintext
12 lines
495 B
Plaintext
<section id="{{ section.data.title | slug }}" class="wrapper-full hero">
|
|
<div>
|
|
<h1 class="hero-title">{% if section.data.displayedTitle %}{{ section.data.displayedTitle }}{% else %}{{ section.data.title }}{% endif %}</h1>
|
|
<p>{{section.data.description}}</p>
|
|
{{ section.templateContent }}
|
|
{% render 'partials/components/socials', socials: author.socials, mail: author.mail, showLabel: true %}
|
|
</div>
|
|
</section>
|
|
|
|
{% css %}
|
|
{% include "css/components/hero.css" %}
|
|
{% endcss %} |