# there are multiple templates stored
# where this config file is stored
# then, ...
# there's a template
[]
# in this location, below config file
= "./example"
# which is shortly about
= "Some description about your template"
# and user should see upon completion of bootstrap
= """
# Some detailed explanation about your template
"""
# there's yet another template
[]
# in this location, also below config file
= "./other-example"
# which is shortly about
= "Some description about your other template"
# and user should see upon completion of bootstrap
= """
# Some detailed explanation about your other template
"""