25/lib/mse25_web/controllers/item_html/page.html.heex

14 lines
318 B
Text
Raw Normal View History

2025-02-11 13:15:43 +01:00
<article class="card article" vocab="https://schema.org/" typeof="Article">
<h1 property="name"><%= @heading %></h1>
<div property="articleBody">
<%= raw(@contents) %>
</div>
<footer>
<p>
Senast uppdaterad <time property="dateModified"><%= @updated_at %></time>
</p>
</footer>
</article>