Hello world! This is HTML5 Boilerplate.
+Hello world! This is HTML5 Boilerplate.
+ {/block} + {hook h="displayContentWrapperBottom"} +diff --git a/falcon/_dev/css/theme/custom/abstracts/_utilities.scss b/falcon/_dev/css/theme/custom/abstracts/_utilities.scss
index af19738..73b6d30 100644
--- a/falcon/_dev/css/theme/custom/abstracts/_utilities.scss
+++ b/falcon/_dev/css/theme/custom/abstracts/_utilities.scss
@@ -1,16 +1,3 @@
// Header selector for interpolation
// Example usage: #{$headings} { ... }
$headings: "h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6";
-
-// Color utility classes
-@each $name, $color in $theme-colors {
- .bg-#{$name} {
- background-color: $color;
- }
-}
-
-@each $name, $color in $theme-colors {
- .text-#{$name} {
- color: $color;
- }
-}
diff --git a/falcon/templates/index.tpl b/falcon/templates/index.tpl
index c17d03e..f6c8bee 100644
--- a/falcon/templates/index.tpl
+++ b/falcon/templates/index.tpl
@@ -29,6 +29,23 @@
{block name='page_content_top'}{/block}
{block name='page_content'}
+ {* Define containers, rows and columns here for each section *}
+ {* Example:
+
+
Hello world! This is HTML5 Boilerplate.
+Hello world! This is HTML5 Boilerplate.
+ {/block} + {hook h="displayContentWrapperBottom"} +Hello world! This is HTML5 Boilerplate.