2025-09-10 10:35:45 -07:00

16 lines
292 B
Markdown

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