grav-theme-future2021/templates/partials/sidebar-bits/intro.html.twig
2023-08-13 12:42:14 +02:00

8 lines
No EOL
184 B
Twig
Executable file

<!-- Intro -->
<section id="intro">
{% include 'partials/logo.html.twig' %}
<header>
<h2>{{ site.title|e('html') }}</h2>
<p>{{theme_config.slogan|raw}}</p>
</header>
</section>