vanilla-hugo/layouts/shortcodes/todo.html

4 lines
110 B
HTML
Raw Normal View History

<div style="background-color: tomato; color: white; padding: 10px;">
<em>TODO: </em>{{- .Inner -}}
</div>