{% extends 'base.html' %} {% block container %} {% include "partial/banner.html" %} {% include "partial/crumb.html" %}
{% archiveDetail with name='Title' %}

{% archiveDetail with name="Title" %}

{% archiveDetail with name="Description" %}

{% tr 'contact-number' %}: {% contact with name="Cellphone" %}
{% tr 'product-detail' %}
{% archiveDetail productContent with name="Content" %} {{productContent|safe}}
{% tagList tags with limit="5" %} {% if tags %} {% tr 'tags:' %} {% for item in tags %} {{item.Title}} {% endfor %} {% endif %} {% endtagList %}
{% include "partial/sidebar.html" %}

{% tr 'related-products' %}

    {% archiveList products with type="list" limit="4" %} {% for item in products %}
  • {% endfor %} {% endarchiveList %}
{% endblock %}