Layouts
Layouts are files that live in the layouts
directory of your Thulite project. They are used to provide a reusable UI structure, such as a page template.
Examples
For example, the default Thulite base template looks like this:
Hugo documentation
Thulite leverages Hugo’s templates. Here are some relevant topics:
Introduction to templating Create templates to render your content, resources, and data.
Template lookup order Hugo uses a template for a given page, starting from the most specific.
Base templates and blocks Base and block constructs define the outer shell of your master templates.
Single page templates Single page templates are the primary view of content in Hugo.
List page templates List page templates render multiple pieces of content in a HTML page.
Partial templates Partials are context-aware components in your list and page templates.