layout: @layout @if layout == "layout.rs.html" {

layout.rs.html is layout

} else {

layout.rs.html is not layout

} has section: @has_section("content") @section header {

section header defined

} @if has_section("header") {

section header defined

@render("header") } else {

section header not defined

}