{% extends 'layout.html' %} {% block extra_head %} {% endblock extra_head %} {% block header %} {% include 'header.html' with context %} {% endblock header %} {% block content %}

Write your own review

Your reviewing

Rate this Product*

1 stars 2 stars 3 stars 4 stars 5 stars
Quality
Taste
Value
press me
{% if content %} {{ content|markdown }} {% else %}

Test text

were pretending threre is text here

{% endif %}
{% endblock content %} {% block footer_js %} {{ super()|safe }} {% endblock footer_js %}