You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2012/10/06 13:38:08 UTC

svn commit: r1395002 - /incubator/flex/site/trunk/templates/flex_page.html

Author: erikdebruin
Date: Sat Oct  6 11:38:08 2012
New Revision: 1395002

URL: http://svn.apache.org/viewvc?rev=1395002&view=rev
Log:
Working on the new Flex project site.

Modified:
    incubator/flex/site/trunk/templates/flex_page.html

Modified: incubator/flex/site/trunk/templates/flex_page.html
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/templates/flex_page.html?rev=1395002&r1=1395001&r2=1395002&view=diff
==============================================================================
--- incubator/flex/site/trunk/templates/flex_page.html (original)
+++ incubator/flex/site/trunk/templates/flex_page.html Sat Oct  6 11:38:08 2012
@@ -2,7 +2,11 @@
 <!-- start content -->
 
     <div id="flex-content">
-        {% block content %}{{ content|markdown }}{% endblock %}
+        <!-- this is a placeholder 'content' that will hold the contents of 
+             the variable 'content' after it has been filtered through the 
+             'markdown' filter -->
+         {% block notice %}{{ headers.notice }}{% endblock %}
+         {% block content %}{{ content|markdown }}{% endblock %}
     </div>
 
 <!-- end content -->