diff --git a/themes/demo/pages/ajax.htm b/themes/demo/pages/ajax.htm index 620af4daf..55ef65201 100644 --- a/themes/demo/pages/ajax.htm +++ b/themes/demo/pages/ajax.htm @@ -65,3 +65,9 @@ function onTest()
- - Layouts define the page scaffold. + Layouts define the page scaffold.
The layout file layouts/default.htm defines the page scaffold —
@@ -38,8 +37,7 @@ layout = "default"
- - Pages hold the content for each URL. + Pages hold the content for each URL.
The page file pages/home.htm defines the page URL (/ for this page) and the page content.
@@ -53,8 +51,7 @@ layout = "default"
- - Partials contain reusable chunks of HTML markup. + Partials contain reusable chunks of HTML markup.
Partials are chunks of HTML defined in separate files which can be included anywhere. @@ -69,8 +66,7 @@ layout = "default"
- - Content blocks are text or HTML blocks that can be edited separately from the page or layout. + Content blocks are text or HTML blocks that can be edited separately from the page or layout.
The introductory text used on this page is defined in the content/welcome.htm file.
@@ -83,8 +79,7 @@ layout = "default"
- - Placeholders allow pages to inject content to a layout. + Placeholders allow pages to inject content to a layout.
The common use is injecting page-specific links to StyleSheet or JavaScript files to the HEAD tag defined in the layout. @@ -107,8 +102,7 @@ layout = "default"
- - Assets are resource files like images and stylesheets. + Assets are resource files like images and stylesheets.
This theme stores its asset files (JavaScript, StyleSheet, images, fonts, etc) in the themes/demo/assets directory. This theme is also packaged with these useful 3rd party tools:
You might prefer to remove them for your website implementation.
-- - The HTML markup for this example: -
-{% filter escape %}
+ The HTML markup for this example:
+
+
+{% filter escape %}