1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<!doctype html> <html> <head> <title>django-fb Demo</title> </head> <body> {% include 'fb_js.html' %} <h1>django-fb</h1> <p>This is just a login demo application.</p> {% include 'fb_login.html' %} </body> </html>