abtmtr-comms/views/components/cakeView.ejs

5 lines
178 B
Text
Raw Normal View History

2024-10-06 07:20:01 +00:00
<section class="cakeView">
<h2><%= title %></h2>
<img src="<%= image %>" alt="<%= alt %>" title="<%= alt %>" width="128" height="128"/>
<p><%- description %></p>
</section>