25/lib/mse25_web/controllers/item_html/article.html.heex
2025-02-16 14:43:32 +01:00

16 lines
535 B
Text

<article class="collapsed article card" vocab="https://schema.org/" typeof="Article">
<%= breadcrumbs_html(%{:trail => @breadcrumbs}) %>
<h1 property="name"><%= @heading %></h1>
<div property="articleBody">
<%= raw(@contents) %>
</div>
<footer>
<p>
Publicerad <time property="datePublished"><%= @published_at %></time>
av <span property="publisher">Anders Englöf Ytterström</span>, <br /> senast uppdaterad
<time property="dateModified"><%= @updated_at %></time>
</p>
</footer>
</article>