Custom methods and predefined boilerplate code.
WARNING: This will overwrite the existing script content
Results
{{ shebang }}
"""{{ summary }}
{{ docstring }}
"""
## {{ tag.replace(" ", "-") }}
## qgis_v_{{ qgisversion }}
## pqs_{{ tag.replace(" ", "-") }}
## pqs_{{ tag.replace(" ", "-") }}
__author__ = "{{ author }}"
__version__ = "{{ scriptversion }}"
__license__ = "{{ license }}"
{{ imports }}
{{ boilerplate }}