File Manipulation
<!-- Condition -->WARNING: Unported Hugo shortcode (manual conversion needed):
{{< note title="Condition">}}
if day == "sunday" || day == "saturday" {
rest()
} else if day == "monday" && isTired() {
groan()
} else {
work()
}
if _, err := doThing(); err != nil {
fmt.Println("Uh oh")
WARNING: Unported Hugo shortcode (manual conversion needed):
{{< /note >}}