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

4 lines
108 B
Plaintext

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