{% extends 'base.htm' %} {% block title %}Query • estus{% endblock %} {% block content %}
{{ row }} | {% endfor %}
---|
{% if column is string %}
{{ column }}
{% elif column is number %}
{{ column }}
{% else %}
{{ column }}
{% endif %}
|
{% endfor %}