padmaAPI/templates/index.html
2009-06-14 20:21:10 +05:30

21 lines
430 B
HTML

{% extends 'base.html' %}
{% block head %}
<link rel="stylesheet" type="text/css" href="/static/css/padmaApi.css" />
<script type="text/javascript" src="/static/js/padmaApi.js"></script>
<script type="text/javascript" src="/static/js/padmaLists.js"></script>
{% endblock %}
{% block body %}
<div id="wrapper">
<div id="header">
Playing with the Pad.ma API ...
</div>
<div id="lists">
</div>
</div>
{% endblock %}