mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
16 lines
579 B
Markdown
16 lines
579 B
Markdown
---
|
|
title: Templates
|
|
linkTitle: In this section
|
|
description: Go templating, template types and lookup order, shortcodes, and data.
|
|
categories: []
|
|
keywords: []
|
|
menu:
|
|
docs:
|
|
identifier: templates-in-this-section
|
|
parent: templates
|
|
weight: 10
|
|
weight: 10
|
|
aliases: [/templates/overview/,/templates/content]
|
|
---
|
|
|
|
A template is an HTML file with [template actions](/getting-started/glossary/#template-action), located within the layouts directory of a project, theme, or module. Visit the topics below, in the order presented, to understand template selection and creation.
|