% macro image(object, dimensions, anchor='center', fit=0, class='', rounded=False, hero=False)
[[ object.name ]]
% endmacro % macro header_image(object, dimensions, model=True, anchor='center')
[[ object.name ]]
% endmacro % macro footer_image(image, dimensions, alt) [[ alt ]] % endmacro % macro stock_image(image, dimensions, alt)
[[ alt ]]
% endmacro % macro site_image(image, dimensions, alt, fit=0)
[[ alt ]]
% endmacro % macro video(object, dimensions, loop=True, autoplay=False, muted=True)
% endmacro % macro video_youtube(object, dimensions, controls=1, loop=1, autoplay=0) % set dimensions=dimensions.split('x')
% endmacro % macro google_map(dimensions, object, zoom='10')

map

% endmacro % macro message() [# #] % endmacro % macro copyright(color='grey-lighter') % endmacro % macro powered_by(color='white-ter')
Powered by  
[[ stock_image('SSWhiteTransCombo1920.png', '130x24', 'Powered by SplashStand') ]]
% endmacro % macro # icon(icon, span_class='', size='', stack=None) % if stack % if stack == 'square' % elif stack == 'circle' % endif % else % endif % endmacro