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

4 lines
108 B
HTML
Raw Normal View History

2019-08-13 22:53:46 -07:00
<div style="background-color: tomato; color: white; padding: 10px;">
<em>TODO: </em>{{ .Inner }}
</div>