├── dist
├── _patterns
│ ├── 00-atoms
│ │ ├── 01-text
│ │ │ ├── 06-hr.mustache
│ │ │ ├── 04-time.mustache
│ │ │ ├── 00-headings.mustache
│ │ │ ├── 05-preformatted-text.mustache
│ │ │ ├── 02-blockquote.mustache
│ │ │ ├── 01-paragraph.mustache
│ │ │ └── 03-inline-elements.mustache
│ │ ├── 03-badges
│ │ │ ├── 00-badge.md
│ │ │ ├── 00-badge.mustache
│ │ │ └── .DS_Store
│ │ ├── 04-buttons
│ │ │ ├── 00-button.md
│ │ │ ├── 01-button-variants.md
│ │ │ ├── 00-button.mustache
│ │ │ ├── .DS_Store
│ │ │ └── 01-button-variants.mustache
│ │ ├── .DS_Store
│ │ ├── 00-global
│ │ │ ├── 02-animations.mustache
│ │ │ ├── 01-fonts.mustache
│ │ │ └── 00-colors.mustache
│ │ └── 02-lists
│ │ │ ├── 01-ordered.mustache
│ │ │ ├── 02-definition.mustache
│ │ │ └── 00-unordered.mustache
│ ├── 01-molecules
│ │ ├── 00-cards
│ │ │ ├── 00-card.md
│ │ │ ├── 01-card-variants.md
│ │ │ ├── 00-card.mustache
│ │ │ └── 01-card-variants.mustache
│ │ ├── 01-layout
│ │ │ ├── 07-tabs.md
│ │ │ ├── 00-header.md
│ │ │ ├── 09-fixed-tabs.md
│ │ │ ├── 02-fixed-header.md
│ │ │ ├── 05-fixed-drawer.md
│ │ │ ├── 12-content-tabs.md
│ │ │ ├── 13-mega-footer.md
│ │ │ ├── 14-mini-footer.md
│ │ │ ├── 01-header-variants.md
│ │ │ ├── 08-scrollable-tabs.md
│ │ │ ├── 10-responsive-grid.md
│ │ │ ├── 01-transparent-header.md
│ │ │ ├── 03-scrolling-header.md
│ │ │ ├── 04-waterfall-header.md
│ │ │ ├── 06-fixed-header-drawer.md
│ │ │ ├── 11-responsive-grid-variants.md
│ │ │ ├── .DS_Store
│ │ │ ├── 10-responsive-grid.mustache
│ │ │ ├── 07-tabs.mustache
│ │ │ ├── 14-mini-footer.mustache
│ │ │ ├── 00-header.mustache
│ │ │ ├── 05-fixed-drawer.mustache
│ │ │ ├── 11-responsive-grid-variants.mustache
│ │ │ ├── 08-scrollable-tabs.mustache
│ │ │ ├── 09-fixed-tabs.mustache
│ │ │ ├── 12-content-tabs.mustache
│ │ │ ├── 03-scrolling-header.mustache
│ │ │ ├── 02-fixed-header.mustache
│ │ │ ├── 06-fixed-header-drawer.mustache
│ │ │ ├── 01-transparent-header.mustache
│ │ │ ├── 13-mega-footer.mustache
│ │ │ ├── 04-waterfall-header.mustache
│ │ │ └── 01-header-variants.mustache
│ │ ├── 03-menus
│ │ │ ├── 00-menu.md
│ │ │ ├── 01-menu-variants.md
│ │ │ ├── 00-menu.mustache
│ │ │ └── 01-menu-variants.mustache
│ │ ├── 02-loading
│ │ │ ├── 02-spinner.md
│ │ │ ├── 00-progress-bar.md
│ │ │ ├── 03-spinner-variants.md
│ │ │ ├── 01-progress-bar-variants.md
│ │ │ ├── 02-spinner.mustache
│ │ │ ├── 03-spinner-variants.mustache
│ │ │ ├── 00-progress-bar.mustache
│ │ │ └── 01-progress-bar-variants.mustache
│ │ ├── 04-sliders
│ │ │ ├── 00-sliders.md
│ │ │ ├── 01-sliders-variants.md
│ │ │ ├── 01-sliders-variants.mustache
│ │ │ └── 00-sliders.mustache
│ │ ├── 07-toggles
│ │ │ ├── 04-switch.md
│ │ │ ├── 00-checkbox.md
│ │ │ ├── 01-radio.md
│ │ │ ├── 02-icon-toggle.md
│ │ │ ├── 05-switch-variants.md
│ │ │ ├── 03-icon-toggle-variants.md
│ │ │ ├── .DS_Store
│ │ │ ├── 04-switch.mustache
│ │ │ ├── 05-switch-variants.mustache
│ │ │ ├── 01-radio.mustache
│ │ │ ├── 00-checkbox.mustache
│ │ │ ├── 03-icon-toggle-variants.mustache
│ │ │ └── 02-icon-toggle.mustache
│ │ ├── 05-tables
│ │ │ ├── 00-data-table.md
│ │ │ └── 00-data-table.mustache
│ │ ├── 06-text-fields
│ │ │ ├── 00-text-field.md
│ │ │ ├── 01-text-field-variants.md
│ │ │ ├── 02-text-field-expandable.md
│ │ │ ├── .DS_Store
│ │ │ ├── 00-text-field.mustache
│ │ │ ├── 02-text-field-expandable.mustache
│ │ │ └── 01-text-field-variants.mustache
│ │ ├── 08-tooltips
│ │ │ ├── 00-tooltip.md
│ │ │ ├── 01-tooltip-variants.md
│ │ │ ├── .DS_Store
│ │ │ ├── 00-tooltip.mustache
│ │ │ └── 01-tooltip-variants.mustache
│ │ └── .DS_Store
│ ├── 04-pages
│ │ └── .DS_Store
│ ├── 02-organisms
│ │ ├── .DS_Store
│ │ ├── 00-buttons
│ │ │ └── .DS_Store
│ │ ├── 01-cards
│ │ │ └── .DS_Store
│ │ ├── 02-loading
│ │ │ └── .DS_Store
│ │ ├── 07-toggles
│ │ │ └── .DS_Store
│ │ └── 08-tooltips
│ │ │ └── .DS_Store
│ └── 03-templates
│ │ └── .DS_Store
├── css
│ └── .DS_Store
├── favicon.ico
├── js
│ ├── .DS_Store
│ └── material.min.js
├── fonts
│ ├── icons.eot
│ ├── icons.ttf
│ ├── icons.woff
│ ├── icons.svg
│ └── icons.dev.svg
├── images
│ ├── dog.png
│ ├── logo.png
│ ├── fpo_4x3.png
│ ├── fpo_16x9.png
│ ├── ajax-loader.gif
│ ├── fpo_avatar.png
│ ├── fpo_square.png
│ ├── image_card.jpg
│ ├── transparent.jpg
│ ├── welcome_card.jpg
│ ├── favicon_16x16.jpg
│ ├── favicon_32x32.jpg
│ └── sample
│ │ ├── tout-4x3-stream.jpg
│ │ ├── thumb-square-fire.jpg
│ │ ├── thumb-square-gear.jpg
│ │ ├── thumb-square-ivy.jpg
│ │ ├── tout-4x3-climber.jpg
│ │ ├── tout-4x3-climbers.jpg
│ │ ├── thumb-square-river.jpg
│ │ ├── thumb-square-yosemite.jpg
│ │ └── landscape-16x9-mountains.jpg
├── _meta
│ ├── _01-foot.mustache
│ └── _00-head.mustache
├── _data
│ ├── data.json
│ └── listitems.json
└── _annotations
│ └── annotations.js
├── README.md
├── package.json
├── LICENSE
└── composer.json
/dist/_patterns/00-atoms/01-text/06-hr.mustache:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/dist/_patterns/00-atoms/03-badges/00-badge.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Badge
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/00-atoms/04-buttons/00-button.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Button
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/00-cards/00-card.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Card
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/01-layout/07-tabs.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Tabs
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/03-menus/00-menu.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Menu
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/01-layout/00-header.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Header
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/02-loading/02-spinner.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Spinner
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/03-menus/01-menu-variants.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Menu
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/04-sliders/00-sliders.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Sliders
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/07-toggles/04-switch.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Switch
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/01-layout/09-fixed-tabs.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Fixed Tabs
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/05-tables/00-data-table.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Data Table
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/07-toggles/00-checkbox.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Check Box
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/07-toggles/01-radio.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Radio Button
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/00-cards/01-card-variants.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Card Variants
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/01-layout/02-fixed-header.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Fixed Header
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/01-layout/05-fixed-drawer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Fixed Drawer
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/01-layout/12-content-tabs.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Content Tabs
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/01-layout/13-mega-footer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Mega Footer
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/01-layout/14-mini-footer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Mini Footer
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/02-loading/00-progress-bar.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Progress Bar
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/06-text-fields/00-text-field.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Text Field
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/07-toggles/02-icon-toggle.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Icon Toggle
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/08-tooltips/00-tooltip.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Tooltip Variants
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/08-tooltips/01-tooltip-variants.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Tooltip
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/00-atoms/04-buttons/01-button-variants.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Button Variants
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/01-layout/01-header-variants.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Header Variants
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/01-layout/08-scrollable-tabs.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Scrollable Tabs
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/01-layout/10-responsive-grid.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Responsive Grid
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/07-toggles/05-switch-variants.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Switch Variants
3 | ---
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # starterkit-mustache-materialdesign
2 | A Material Design starter kit for Pattern Lab
3 |
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/01-layout/01-transparent-header.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Transparent Header
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/01-layout/03-scrolling-header.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Scrolling Header
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/01-layout/04-waterfall-header.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Waterfall Header
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/02-loading/03-spinner-variants.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Spinner Variants
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/04-sliders/01-sliders-variants.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Sliders Variants
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/00-atoms/01-text/04-time.mustache:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/dist/_patterns/00-atoms/03-badges/00-badge.mustache:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/01-layout/06-fixed-header-drawer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Fixed Header Drawer
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/07-toggles/03-icon-toggle-variants.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Icon Toggle Variants
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/02-loading/01-progress-bar-variants.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Progress Bar Variants
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/06-text-fields/01-text-field-variants.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Text Field Variants
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/01-layout/11-responsive-grid-variants.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Responsive Grid Variants
3 | ---
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/06-text-fields/02-text-field-expandable.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Text Field Expandable
3 | ---
--------------------------------------------------------------------------------
/dist/css/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/css/.DS_Store
--------------------------------------------------------------------------------
/dist/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/favicon.ico
--------------------------------------------------------------------------------
/dist/js/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/js/.DS_Store
--------------------------------------------------------------------------------
/dist/fonts/icons.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/fonts/icons.eot
--------------------------------------------------------------------------------
/dist/fonts/icons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/fonts/icons.ttf
--------------------------------------------------------------------------------
/dist/images/dog.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/images/dog.png
--------------------------------------------------------------------------------
/dist/images/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/images/logo.png
--------------------------------------------------------------------------------
/dist/fonts/icons.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/fonts/icons.woff
--------------------------------------------------------------------------------
/dist/images/fpo_4x3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/images/fpo_4x3.png
--------------------------------------------------------------------------------
/dist/images/fpo_16x9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/images/fpo_16x9.png
--------------------------------------------------------------------------------
/dist/images/ajax-loader.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/images/ajax-loader.gif
--------------------------------------------------------------------------------
/dist/images/fpo_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/images/fpo_avatar.png
--------------------------------------------------------------------------------
/dist/images/fpo_square.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/images/fpo_square.png
--------------------------------------------------------------------------------
/dist/images/image_card.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/images/image_card.jpg
--------------------------------------------------------------------------------
/dist/images/transparent.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/images/transparent.jpg
--------------------------------------------------------------------------------
/dist/images/welcome_card.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/images/welcome_card.jpg
--------------------------------------------------------------------------------
/dist/_patterns/00-atoms/04-buttons/00-button.mustache:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/dist/images/favicon_16x16.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/images/favicon_16x16.jpg
--------------------------------------------------------------------------------
/dist/images/favicon_32x32.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/images/favicon_32x32.jpg
--------------------------------------------------------------------------------
/dist/_patterns/00-atoms/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/_patterns/00-atoms/.DS_Store
--------------------------------------------------------------------------------
/dist/_patterns/04-pages/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/_patterns/04-pages/.DS_Store
--------------------------------------------------------------------------------
/dist/_patterns/01-molecules/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/_patterns/01-molecules/.DS_Store
--------------------------------------------------------------------------------
/dist/_patterns/02-organisms/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/_patterns/02-organisms/.DS_Store
--------------------------------------------------------------------------------
/dist/_patterns/03-templates/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/_patterns/03-templates/.DS_Store
--------------------------------------------------------------------------------
/dist/images/sample/tout-4x3-stream.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/images/sample/tout-4x3-stream.jpg
--------------------------------------------------------------------------------
/dist/images/sample/thumb-square-fire.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/images/sample/thumb-square-fire.jpg
--------------------------------------------------------------------------------
/dist/images/sample/thumb-square-gear.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/images/sample/thumb-square-gear.jpg
--------------------------------------------------------------------------------
/dist/images/sample/thumb-square-ivy.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/images/sample/thumb-square-ivy.jpg
--------------------------------------------------------------------------------
/dist/images/sample/tout-4x3-climber.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/images/sample/tout-4x3-climber.jpg
--------------------------------------------------------------------------------
/dist/images/sample/tout-4x3-climbers.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/images/sample/tout-4x3-climbers.jpg
--------------------------------------------------------------------------------
/dist/_patterns/00-atoms/03-badges/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/_patterns/00-atoms/03-badges/.DS_Store
--------------------------------------------------------------------------------
/dist/images/sample/thumb-square-river.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pattern-lab/starterkit-mustache-materialdesign/HEAD/dist/images/sample/thumb-square-river.jpg
--------------------------------------------------------------------------------
/dist/_meta/_01-foot.mustache:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | {{{ patternLabFoot }}}
5 |
6 |