mirror of https://github.com/Kozea/pygal.git
Python to generate nice looking SVG graph
http://pygal.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
485 B
15 lines
485 B
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<title>Moulin rouge - pygal test platform</title> |
|
<script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script> |
|
<script type="text/javascript" src="{{ url_for('static', filename='js.js') }}"></script> |
|
<link rel="stylesheet" href="{{ url_for('static', filename='css.css') }}" type="text/css" /> |
|
</head> |
|
<body> |
|
<section> |
|
{% block section %} |
|
{% endblock section %} |
|
</section> |
|
</body> |
|
</html>
|
|
|