At my old TYPO3-Extension "dmmjobcontrol", I'm using my own HTML-Template via TypoScript
plugin.tx_dmmjobcontrol_pi1.template.search = fileadmin/search.tmpl
Now, the new Extbase-Extension "Jobfair" (http://docs.typo3.org/typo3cms/extensions/jobfair/Index.html) uses FLUID Templates with ViewHelpers, Partials etc.
How can I use my own HTML-Snippets for the Frontend? I can read FLUID-Templates and I can write my HTML at /jobfair/Resources/Templates/Job/List.html into it. But after an Extension.Update my data will be lost. How can I solve this? I can't style my Frontend with CSS only, it's impossible. I need several HTML-Tags at my template.
How can I use my own Template at Extbase-Extensions?
Thanks for your help.