10 lines
304 B
HTML
10 lines
304 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<article class="cyber-tile-big bg-dark" style="display: flex; flex-direction: column; margin: 0 auto;">
|
|
<h1 class="cyber-h">{{ page.title }}</h1>
|
|
<p><strong>Datum:</strong> <span class="cyber-glitch-4">{{ page.date | date: "%d.%m.%Y" }}</span></p>
|
|
{{ content }}
|
|
</article>
|