@(mood: &str, character: &str, message: Html, smol: bool)
@character is @mood
@if smol {
<@character> @message
} else {

@character

@message
}