{% extends "richtemplates/base.html" %} {% load webdesign %} {% block title %}Richtemplates examples{% endblock %} {% block col_left_title %}Left column title{% endblock %} {% block col_left_content %} {% endblock %} {% block col_main_title %}Main column title{% endblock %} {% block col_main_content %}

Home

{% lorem 5 p %} {% endblock %}