Skip to content

Instantly share code, notes, and snippets.

@jaddison
Created January 8, 2013 17:32
Show Gist options
  • Save jaddison/4485879 to your computer and use it in GitHub Desktop.
Save jaddison/4485879 to your computer and use it in GitHub Desktop.
django-simple-templates GACE template example.
{% extends "base.html" %}
{% block head-gace-js %}
// paste your Google Analytics Content Experiment JS code here if you're running an experiment.
{% endblock %}
{% block content %}
<h2>Awesome webpage content for businesses.</h2>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment