default.html 275 B

12345678
  1. {% from 'oscar/macros.html' import result_header, result_sub_header, result_footer %}
  2. {{ result_header(result) }}
  3. {{ result_sub_header(result) }}
  4. {% if result.content %}<p class="result-content">{{ result.content|safe }}</p>{% endif %}
  5. {{ result_footer(result) }}