{% if widget.output == 'html' %} {{ widget.notes | raw }} {% else %} {{ widget.notes | markdown }} {% endif %} {% css %} #widget{{ widget.id }} ul { list-style-type: disc; padding-left: 40px; } {% endcss %}