瀏覽代碼

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>