mirror of
https://gitlab.com/OpenAlt/OpenAltRO/openalt_ro.git
synced 2026-09-24 14:26:49 +00:00
9 lines
323 B
Text
9 lines
323 B
Text
<div class="event-wrapper">
|
|
<img src="/images/assets/OpenAltRomania.svg" alt="<%= post.title || "Untitled" %>" style="max-height: 250px" width="300px" />
|
|
|
|
<a href='<%= url_for(post.path) %>'><h1><%= post.title || "Untitled" %></h1></a>
|
|
|
|
<div class="post-content">
|
|
<%- post.content %>
|
|
</div>
|
|
</div>
|