Skip to content

Instantly share code, notes, and snippets.

@william-gr
william-gr / example.html
Last active December 18, 2015 07:39 — forked from ojii/example.html
{% load cms_tags sekizai_tags %}
<!doctype html>
<head>
<title>{{ request.current_page.get_title }}</title>
{% render_block "css" %}
</head>
<body>
{% cms_toolbar %}
{% placeholder "main" %}