Website programming

What I've learnt so far from with Hugo framework

1. Trying to define a variable in IF block does NOT work If you learn Python, you can do something like this: 1if goodWeather == True: 2 shirtColor = "Yellow" 3else: 4 shirtColor = "Black" The variable shirtColor will be defined after if block. However, it is not the case for Hugo framework. You have to define the variable outside the IF block first. 2. Unsafe markdown renderer maybe useful If unsafe = false, you can not use html code inside your .