{% csrf_token %} {{ form.next_url.as_hidden }}
{{ form.non_field_errors }}

Summary of the one-liner*

In one sentence, what does it do?
{{ form.summary.errors }}
{{ form.summary }}

The one-liner*

Use a space around "|", single space after ";", UPPERCASE variable names, $() style subshells instead of ``
{{ form.line.errors }}
bash$ {{ form.line }}

Explanation*

This is the most important field. Explain how the one-liner works as if you're teaching it to a good friend. No need to dissect word by word.
Note: any html will be escaped, and the text will be formatted with markdown.
{{ form.explanation.errors }}
{{ form.explanation }}

Preview

Limitations (optional)

For example, if the one-liner might not work in some flavors of UNIX, etc.
Note: any html will be escaped, and the text will be formatted with markdown.
{{ form.limitations.errors }}
{{ form.limitations }}

Preview

Published

If checked, the one-liner will be visible in public listings, and will be tweeted on Twitter with @bashoneliners
{{ form.is_published.errors }}
{% include 'main/elements/please_login.html' %} {% for action in form.actions %}{% endfor %}