{{extend "layout.html"}} {{include 'shbrush.html'}}
In PHP
In Gluon
HTML, BODY, H1, etc. are helpers that build HTML tags. SQLTABLE is a special helper that can render as HTML TABLE any set of records.
or (alternative solution)
In this case the HTML is not generated by the controller but by a view (template) such as:
If a view(template) is not provided Gluon always has a default one.