6 lines
233 B
HTML
6 lines
233 B
HTML
<section id="header" class="bg-primary image" data-image="{{ article.image }}">
|
|
<div class="container text-center text-uppercase">
|
|
<h1 class="section-heading">{{ article.title }}</h1>
|
|
<hr class="light">
|
|
</div>
|
|
</section>
|