Преглед изворни кода

include template to display results

mk200789 пре 10 година
родитељ
комит
82881f7fab
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      hackathon_starter/hackathon/templates/hackathon/twitter_tweet.html

+ 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>