maypop-vanilla-theme/layouts/shortcodes/todo.html

4 lines
193 B
HTML

<div style="border: 2px solid tomato; border-radius: 3px; margin-bottom: .5rem; color: tomato; padding: 10px;">
{{ partial "icon.html" "alert-triangle" }}<em>TODO: </em>{{ .Inner }}
</div>