{% extends "snippets/layout.html" %} {% block head %} {{ super() }} {% endblock %} {% block title %}New Snippet{% endblock %} {% block body %}

Got something to share? Here you can create a new snippet and publish it here. By adding the snippet here, you hereby grant the user of the snippet all rights.

The syntax used for snippets is Creole. To highlight Python code or Jinja templates, prefix your code blocks with #!python, #!html+jinja or any other Pygments lexer name.

By placing a snippet here you implicitly give it away as being a piece of code in the public domain or a similar concept in your legislation with similar implications. Anyone can use the snippet freely for anything.

Title:
Category:

{% if preview %}

Preview

{{ preview }}
{% endif %} {% endblock %}