You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{% extends 'client/base_catalog.html' %}
|
|
{% load static %}
|
|
{% load i18n %}
|
|
{% load template_filters %}
|
|
|
|
{% block title %}{{ object.title }} {% endblock %}
|
|
|
|
{% block content_list %}
|
|
<div id="title">
|
|
{{ object.h1 }}
|
|
</div>
|
|
<div id="body">{{ object.body }}</div>
|
|
|
|
{% endblock %} |