By default, the contents of _partials/index.html
are loaded for the landing page.
Try out some of the CmsLess features:
- Progressive Enhancement: Disable JavaScript in your browser and reload the page - notice that the content is still rendered thanks
to the
.htaccess
and PHP back-end.
- Optional Eager-loading: Open up the network tab of your browser developer tools and refresh the page - notice that in this demo
eager-loading is enabled. (JavaScript required.)