{% extends "base.html" %}
{% load placeholder placeholder_tags %}
{% block title %}{{ block.super }}: {% if category.parent %}{{ category.parent.title }}: {% endif %}{{ category.title }}{% endblock %}
{% block content %}
{% get_placeholder category.top inherit as top %}
{% get_placeholder category.bottom as bottom %}
{% if top %}
{{ product.body }}
{% endfor %}