Skip to content

Instantly share code, notes, and snippets.

@bmoeskau
Created March 27, 2014 16:11
Show Gist options
  • Select an option

  • Save bmoeskau/9811229 to your computer and use it in GitHub Desktop.

Select an option

Save bmoeskau/9811229 to your computer and use it in GitHub Desktop.
{% extends "layouts/main.html" %}
{% block page_title %}Services{% endblock %}
{% set page = 'services' %}
{% if error %}
<h2>Oops</h2>
<p>{{ error }}</p>
{% else %}
{% block content %}
<div id="tpl-content"></div>
{% endblock %}
{% block bootstrap %}
<script>
window.bootstrap = {
user: {{ user | safe }},
account: {{account|safe}},
auth: {{auth | safe}}
};
</script>
{% endblock %}
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment