You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by br...@apache.org on 2015/02/06 15:41:40 UTC

svn commit: r1657843 - /incubator/taverna/site/trunk/templates/temp_single_narrative.html

Author: brenninc
Date: Fri Feb  6 14:41:40 2015
New Revision: 1657843

URL: http://svn.apache.org/r1657843
Log:
Added template with temp nav but no t2 warning

Added:
    incubator/taverna/site/trunk/templates/temp_single_narrative.html   (with props)

Added: incubator/taverna/site/trunk/templates/temp_single_narrative.html
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/templates/temp_single_narrative.html?rev=1657843&view=auto
==============================================================================
--- incubator/taverna/site/trunk/templates/temp_single_narrative.html (added)
+++ incubator/taverna/site/trunk/templates/temp_single_narrative.html Fri Feb  6 14:41:40 2015
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html lang="en">
+    {% extends "default_head.html" %}
+    {% endextends %}
+
+  <body>
+
+    {% extends "temp_navbar.html" %}
+    {% endextends %}
+
+    <div id="page" class="container">
+       <h1>{% block tagline %}{{ headers.title }}{% endblock %}</h1>
+ 
+        {% block content %}<div id="content">{{ content|markdown }}</div>{% endblock %}
+
+    </div>
+
+    {% extends "default_footer.html" %}
+    {% endextends %}
+
+    {% extends "default_scripts.html" %}
+    {% endextends %}
+
+  </body>
+</html>
\ No newline at end of file

Propchange: incubator/taverna/site/trunk/templates/temp_single_narrative.html
------------------------------------------------------------------------------
    svn:eol-style = native