{% extends 'store/layout/layout.html' %} {% load static %} {% block title %}Variation {{variation_id}}{% endblock %} {% block style %}{% endblock %} {% block body %}
{% include 'store/includes/variation.html' with variation=variation %}
{% endblock %} {% block script %} {% endblock %}