Hi I am new to [gradle-guides-plugin](https://github.com/gradle/guides/tree/master/subprojects/gradle-guides-plugin). Can someone please help on following questions
- How can I add more custom HTML templates (see [src/main/resources] )(https://github.com/gradle/guides/tree/master/subprojects/gradle-guides-plugin/src/main/resources)
- If I add my custom templates in resources folder how this plugin understands?
- How asciidoctor plugin will know how to use these HTML fragments while converting *.adoc files into HTML documents?
Thanks