blog-static/themes/vanilla/layouts/shortcodes/todo.html

4 lines
108 B
HTML

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