--- 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 ```