@(href: &str, small: bool, dark: bool, picture: Content) @if small { @if dark {
@:picture()
} else {
@:picture()
} } else { @if dark {
@:picture()
} else {
@:picture()
} }