hyaenidae/toolkit/templates/card_body.rs.html

10 lines
141 B
HTML
Raw Permalink Normal View History

@use crate::templates::card_section;
2020-12-16 02:40:41 +00:00
@(body: Content)
@:card_section({
<div class="toolkit-card--body">
@:body()
</div>
})