Files
gpatruno 48a1b900c7
Build / build (push) Has been cancelled
webapp
2026-06-06 21:59:51 +02:00

9 lines
201 B
Plaintext

<header class="page-header">
<div>
<h1><%= title %></h1>
<% if (typeof subtitle !== 'undefined' && subtitle) { %>
<p class="subtitle"><%= subtitle %></p>
<% } %>
</div>
</header>