hugoDocs/content/en/functions/hugo/IsDevelopment.md
2025-09-10 10:35:45 -07:00

16 lines
313 B
Markdown

---
title: hugo.IsDevelopment
description: Reports whether the current running environment is "development".
categories: []
keywords: []
params:
functions_and_methods:
aliases: []
returnType: bool
signatures: [hugo.IsDevelopment]
---
```go-html-template
{{ hugo.IsDevelopment }} → true/false
```