From 9636d4a6767f49384d5c386bc3f1142c88b90613 Mon Sep 17 00:00:00 2001
From: Alvin Li <liweitianux@gmail.com>
Date: Tue, 13 Aug 2013 14:13:24 +0800
Subject: cloned from 'bitbucket', 2013/08/13

---
 97suifangqa/templates/sciblog/index.html | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 97suifangqa/templates/sciblog/index.html

(limited to '97suifangqa/templates/sciblog/index.html')

diff --git a/97suifangqa/templates/sciblog/index.html b/97suifangqa/templates/sciblog/index.html
new file mode 100644
index 0000000..86769c2
--- /dev/null
+++ b/97suifangqa/templates/sciblog/index.html
@@ -0,0 +1,23 @@
+{% extends "base.html" %}
+{% load staticfiles %}
+{% block bodyclasses %}{{ block.super }} blog blog-index{% endblock %}
+{% block othercss %}
+<link rel="stylesheet" href="{% static "stylesheets/sass/blog.css" %}">
+{% endblock %}
+{% block body %}
+	<div class="background"></div>
+	{% include "login-menu.inc.html" %}
+	<div class="post-question">
+	  {% include "sciblog/blog_search_form.html" %}
+	</div>	
+
+	<header id="header">
+		<div id="logo">
+			<img src="{% static "images/logo-overlay-white.png" %}" alt="">
+		</div>
+	</header>
+
+{% endblock %}
+{% block after_content %}
+<div id="copyright">&copy; Augbase</div>
+{% endblock %}
\ No newline at end of file
-- 
cgit v1.2.2