@require(page, meta, scripts, stylesheets, dark_stylesheets, light_stylesheets) @for key, value in meta.items(): @end @page.get_title() @for script in scripts: @end @for stylesheet in stylesheets: @end @for stylesheet in dark_stylesheets: @end @for stylesheet in light_stylesheets: @end
@def content(): @end @content()