Selaa lähdekoodia

include template to display results

mk200789 10 vuotta sitten
vanhempi
commit
82881f7fab

+ 6 - 0
hackathon_starter/hackathon/templates/hackathon/twitter_tweet.html

@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<html>
+<body>
+	{% include 'hackathon/base.html' %}
+	<h1 class="text-center"> {{ title }}</h1>
+</html>