{% block scripts %} {% endblock scripts %}
{% set padoftheday = pads | random %}name | versions | |
---|---|---|
{{ pad.padid }} | {% for v in pad.versions %}{{ v.type }} {% endfor %} |
{% for magicword in pad.magicwords | sort %}
{% if magicword == "__PUBLISH__" %}
{{magicword}} {% else %} {{ magicword }} {% endif %} {% if magicword %} {% endif %} {% endfor %} |
name | versions | |
---|---|---|
{{ pad.padid }} | {% for v in pad.versions %}{{ v.type }} {% endfor %} | {% for magicword in pad.magicwords | sort %} {% if magicword != "__PUBLISH__" %} {{ magicword }} {% endif %} {% endfor %} |