diff --git a/modules/sample/sbmb.py b/modules/sample/sbmb.py index 40fa06e..b7cb829 100644 --- a/modules/sample/sbmb.py +++ b/modules/sample/sbmb.py @@ -29,6 +29,7 @@ class main: Template(params["mako"]["website"]['fullpic']).render( title="Hello World", message="Welcome to CostaPy", + content="", image="https://picsum.photos/1600/900", height="calc(100vh - 56px)", # navbar height = 56px navbar=True diff --git a/templates/SBModernBiz/html/components/fullpic.html b/templates/SBModernBiz/html/components/fullpic.html index f235478..9a726fd 100644 --- a/templates/SBModernBiz/html/components/fullpic.html +++ b/templates/SBModernBiz/html/components/fullpic.html @@ -2,5 +2,6 @@

${title}

${message}

+ ${content}