abtmtr-comms/views/components/cakeView.ejs
2024-10-06 02:20:01 -05:00

5 lines
No EOL
178 B
Text

<section class="cakeView">
<h2><%= title %></h2>
<img src="<%= image %>" alt="<%= alt %>" title="<%= alt %>" width="128" height="128"/>
<p><%- description %></p>
</section>