Partials allow you to define reusable sections of content that can be included across multiple pages in your project.
{% partial %}
tag.
/partial
.
Partials can be organized in directories just like regular pages. The path becomes the identifier used to reference the partial
snake_case
as this makes referencing straightforward.