Merge commit 'f96384a3b596f9bc0a3a035970b09b2c601f0ccb'

This commit is contained in:
Bjørn Erik Pedersen
2023-05-22 16:47:07 +02:00
341 changed files with 3107 additions and 4238 deletions

View File

@@ -1,18 +1,13 @@
---
title: Template Debugging
description: You can use Go templates' `printf` function to debug your Hugo templates. These snippets provide a quick and easy visualization of the variables available to you in different contexts.
date: 2017-02-01
publishdate: 2017-02-01
categories: [templates]
keywords: [debugging,troubleshooting]
menu:
docs:
parent: "templates"
parent: templates
weight: 180
weight: 180
sections_weight: 180
aliases: []
toc: false
---
Here are some snippets you can add to your template to answer some common questions.