1 2 3 4 5
{{ header }}package {{ package }}; {% if imports %} {% for import in imports %}import {{ import }}; {% endfor %}{% endif %}