Note without Title:

{% rendercontent "docs/note" %} I am a note! {% endrendercontent %}

Note with Title:

{% rendercontent "docs/note", title: "This is a test" %} I am a note! {% endrendercontent %}

Note with Title, Warning Type:

{% rendercontent "docs/note", title: "This is another test", type: "warning" %} I am also a note! :) {% endrendercontent %}

Note with Markdown Title & Extra Margin:

{% rendercontent "docs/note", extra_margin: true %} {% with title %}This is a test (_with_ ~~feeling~~ formatting){% endwith %} I am a note! {% endrendercontent %}