2024-09-06 22:41:12 +02:00
|
|
|
<article>
|
2024-10-03 10:00:57 +02:00
|
|
|
<header>
|
|
|
|
|
<ol class="breadcrumbs" itemscope itemtype="https://schema.org/BreadcrumbList">
|
|
|
|
|
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
|
|
|
|
<a href="/" rel="home">
|
|
|
|
|
<span itemprop="name">madr.se</span>
|
|
|
|
|
</a>
|
|
|
|
|
<meta itemprop="position" content="1" />
|
|
|
|
|
</li>
|
|
|
|
|
</ol>
|
|
|
|
|
<h1><%= @heading %></h1>
|
|
|
|
|
</header>
|
2024-09-06 22:41:12 +02:00
|
|
|
|
2024-10-03 10:00:57 +02:00
|
|
|
<%= raw(@contents) %>
|
2024-09-06 22:41:12 +02:00
|
|
|
|
2024-10-03 10:00:57 +02:00
|
|
|
<footer>
|
|
|
|
|
<p>Senast uppdaterad <%= @updated_at %></p>
|
|
|
|
|
</footer>
|
2024-09-06 22:41:12 +02:00
|
|
|
</article>
|