Skip to content

Commit

Permalink
Merge pull request #512 from danskernesdigitalebibliotek/DDFFORM-15-t…
Browse files Browse the repository at this point in the history
…itel

Add `event` title
  • Loading branch information
kasperbirch1 authored Dec 8, 2023
2 parents bbb20c5 + c4eed67 commit 49d7826
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<article{{ attributes.addClass('event-page') }}>
<header class="event-header">
<section class="event-header__content">
<!-- Tag -->
<!-- dates -->
<h1 class="event-header__title">{{ label }}</h1>
<!-- button -->
</section>
<section class="event-header__visual">
<!-- image -->
</section>
</header>
{{ content }}
</article>

0 comments on commit 49d7826

Please sign in to comment.