{% 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.

Title:
Category:

{% if preview %}

Preview

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