openalt_ro/themes/openalt/layout/_partial/post_event.ejs
2025-11-09 21:24:34 +01:00

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>