Fragments
To add some construction features, this app provides the ability to edit the list of Fragment files.
Home PageFragment Files
-
bootstrap
-
breadcrumbs
- Breadcrumbs Version 1 bootstrap/breadcrumbs/version-1.tpl • upload • download • copy • delete
- Breadcrumbs Version 2 bootstrap/breadcrumbs/version-2.tpl • upload • download • copy • delete
- Breadcrumbs Version 3 bootstrap/breadcrumbs/version-3.tpl • upload • download • copy • delete
- Breadcrumbs Version 4 bootstrap/breadcrumbs/version-4.tpl • upload • download • copy • delete
-
dividers
- Divider from Bootstrap Examples bootstrap/dividers/from-examples.tpl • upload • download • copy • delete
-
features
- Features Version 1 bootstrap/features/version-1.tpl • upload • download • copy • delete
- Features Version 2 bootstrap/features/version-2.tpl • upload • download • copy • delete
- Features Version 3 bootstrap/features/version-3.tpl • upload • download • copy • delete
- Features Version 4 bootstrap/features/version-4.tpl • upload • download • copy • delete
- Features Version 5 bootstrap/features/version-5.tpl • upload • download • copy • delete
-
jumbotrons
- Jumbotrons Version 1 bootstrap/jumbotrons/version-1.tpl • upload • download • copy • delete
- Jumbotrons Version 2 bootstrap/jumbotrons/version-2.tpl • upload • download • copy • delete
- Jumbotrons Version 3 bootstrap/jumbotrons/version-3.tpl • upload • download • copy • delete
- Jumbotrons Version 4 bootstrap/jumbotrons/version-4.tpl • upload • download • copy • delete
-
breadcrumbs
-
examples
- local-styling.tpl • upload • download • copy • delete
-
miscellaneous
- blank-ARTICLE-area.tpl • upload • download • copy • delete
- blank-ASIDE-area.tpl • upload • download • copy • delete
- blank-MAIN-area.tpl • upload • download • copy • delete
- blank-SECTION-area.tpl • upload • download • copy • delete
- topmenu.tpl • upload • download • copy • delete
Do you know...
Fragment is a marked-up block of HTML (may also contain local CSS and JavaScript right within the same block), similar to a snippet.
It is stored in a TPL file and is usually wrapped in a <header>
, <section>
, <aside>
, <footer>
, or other container tag. Please note that local CSS and JavaScript tags must also be wrapped in that container tag, otherwise they may be lost during intensive construction.
Such fragments can be used as building blocks in the built-in Constructor when editing a static page.