mirror of
https://github.com/jlengrand/twitterboard.git
synced 2026-03-10 08:51:22 +00:00
12 lines
350 B
HTML
12 lines
350 B
HTML
<!doctype html>
|
|
<title>Twiderboard</title>
|
|
<script type=text/javascript
|
|
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
|
|
<script type=text/javascript>
|
|
var $SCRIPT_ROOT = {{ request.script_root|tojson|safe }};
|
|
</script>
|
|
{% block body %}
|
|
{% include "top_bar.html" %}
|
|
{% block restbody %}
|
|
{% endblock %}
|
|
{% endblock %} |