You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by bu...@apache.org on 2015/03/27 19:17:17 UTC

svn commit: r945296 - in /websites/staging/steve/trunk/content: ./ demo.html

Author: buildbot
Date: Fri Mar 27 18:17:16 2015
New Revision: 945296

Log:
Staging update by buildbot for steve

Modified:
    websites/staging/steve/trunk/content/   (props changed)
    websites/staging/steve/trunk/content/demo.html

Propchange: websites/staging/steve/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Mar 27 18:17:16 2015
@@ -1 +1 @@
-1669642
+1669643

Modified: websites/staging/steve/trunk/content/demo.html
==============================================================================
--- websites/staging/steve/trunk/content/demo.html (original)
+++ websites/staging/steve/trunk/content/demo.html Fri Mar 27 18:17:16 2015
@@ -1,3 +1,7 @@
-# Try out Apache STeVe
+{% extends "skeleton.html" %}
 
-Coming soon...
\ No newline at end of file
+{% block title %}Apache STeVe{% endblock %}
+{% block content %}
+<h1>Apache STeVe quickstart guide</h1>
+<p>Coming very soon...</p>
+{% endblock %}