aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/templates/sciblog/index.html
diff options
context:
space:
mode:
Diffstat (limited to '97suifangqa/templates/sciblog/index.html')
-rw-r--r--97suifangqa/templates/sciblog/index.html23
1 files changed, 23 insertions, 0 deletions
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