{% extends "webcomponent_base.js" %} {% block render %} ${ this.username } ${ this.email } {% endblock %} {% block style %} strong { color: blue; } {% endblock %}