<!doctype html> <html> <head> <title>My Layout</title> </head> <body> <?= $this->renderSection('content') ?> <javascript-script> <?= $this->renderSection('javascript') ?> </javascript-script> </body> </html>