summaryrefslogtreecommitdiff
path: root/demo/templates/main.html
blob: 23a1ba26ddc2f182bad8d9c8444aa5ea9a813907 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
<head>
  <title>django-fb Demo</title>
</head>

<body>
  <h1>django-fb</h1>
  
  {% include 'fb_js.html' %}
  
</body>
</html>