mirror of
https://github.com/we-promise/sure.git
synced 2026-04-08 14:54:49 +00:00
9 lines
251 B
Plaintext
9 lines
251 B
Plaintext
<%# locals: (title:, content:) %>
|
|
|
|
<div class="rounded-xl bg-container shadow-xs border border-alpha-black-25 p-4">
|
|
<h4 class="text-secondary text-sm"><%= title %></h4>
|
|
<p class="text-xl font-medium text-primary">
|
|
<%= content %>
|
|
</p>
|
|
</div>
|