2023-07-28 22:11:25 +01:00
---
2023-08-17 23:09:49 +01:00
title: Shortcodes
weight: 9
2023-08-28 22:45:29 +01:00
prev: /docs/guide/diagrams
next: /docs/guide/shortcodes/callout
2023-07-28 22:11:25 +01:00
---
2023-08-21 23:41:37 +01:00
[Hugo Shortcodes ](https://gohugo.io/content-management/shortcodes/ ) are simple snippets inside your content files calling built-in or custom templates.
Hextra provides a collection of beautiful shortcodes to enhance your content.
2023-07-28 22:11:25 +01:00
{{< cards >}}
2023-08-28 22:45:29 +01:00
{{< card link="callout" title="Callout" icon="warning" >}}
2023-08-21 23:41:37 +01:00
{{< card link="cards" title="Cards" icon="card" >}}
2023-09-02 11:01:34 -04:00
{{< card link="details" title="Details" icon="chevron-right" >}}
2023-08-21 23:41:37 +01:00
{{< card link="filetree" title="FileTree" icon="folder-tree" >}}
{{< card link="icon" title="Icon" icon="badge-check" >}}
2023-07-30 12:53:06 +01:00
{{< card link="steps" title="Steps" icon="one" >}}
2023-08-17 23:09:49 +01:00
{{< card link="tabs" title="Tabs" icon="collection" >}}
2023-07-28 22:11:25 +01:00
{{< /cards >}}
2024-08-18 16:34:48 +01:00
<div style="padding-top:4rem"></div>
Additional shortcodes provided by Hugo and Hextra:
{{< cards >}}
2024-09-14 14:29:55 +01:00
{{< card link="jupyter" title="Jupyter Notebook" icon="jupyter" tag="alpha" >}}
2024-08-18 16:34:48 +01:00
{{< card link="others" title="Others" icon="view-grid" >}}
2025-08-22 20:06:49 +02:00
{{< card link="hextra" title="Hextra" icon="view-grid" >}}
2024-08-18 16:34:48 +01:00
{{< /cards >}}