mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-16 05:43:16 +00:00
8 lines
240 B
Plaintext
8 lines
240 B
Plaintext
|
|
<header class="hero-header" style="background: url('<%= page.banner %>') <%= page.percent %> no-repeat;">
|
|
<div class="heading">
|
|
<h1><%= page.title %></h1>
|
|
<h4 class="subheading"><%= page.subtitle || "" %></h4>
|
|
</div>
|
|
</header>
|