Skip to content

Instantly share code, notes, and snippets.

@fsbraun
Created December 3, 2018 09:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fsbraun/533a11892fbc8cf28e0263ff563d146d to your computer and use it in GitHub Desktop.
Save fsbraun/533a11892fbc8cf28e0263ff563d146d to your computer and use it in GitHub Desktop.
{% load sekizai_tags %}
<html>
<head>
{% render_block 'css' %}
</head>
<body>
<h1>My chart</h1>
{% include 'cummulative.html' with instance=cummulative_chart %}
{% render_block 'js' %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment