diff --git a/paste/templates/paste/index.html b/paste/templates/paste/index.html index 4615cce..c21fdea 100644 --- a/paste/templates/paste/index.html +++ b/paste/templates/paste/index.html @@ -65,7 +65,10 @@ (attribute name is used for syntax highlighting, and shortcuts like "py" are allowed, see Language dropdown for language list.)

You may even use a bash function: -
wyz() { curl {{ absolute_index_url }} -Fpython=@$1 }
+
wyz()
+{
+    curl {{ absolute_index_url }} -Fpython=@$1
+}
{% endblock %}