{% extends 'base.html' %} {% load cms_tags %} {% block bodyclass %}page-{{ request.current_page.get_slug }} new_testimonial{% endblock %} {% block content %}

{% placeholder video-page-title %}
{% if request.toolbar.edit_mode %} {% placeholder video-url %} {% else %} {% endif %}
{% placeholder video-content %}

{% placeholder page-title %}
{% placeholder main-content %}
{% placeholder bottom-content %}
{% placeholder bottom1-content %}
{% endblock %}