gitea/modules/issue/template
techknowlogick 2903afb78f
Allow issue templates to not render title ()
This adds a yaml attribute that will allow the option for when markdown
is rendered that the title will be not included in the output

Based on work from @brechtvl
..
template.go Allow issue templates to not render title ()
template_test.go Allow issue templates to not render title ()
unmarshal.go Use path not filepath in template filenames ()