Using slim include in a template
Posted by
obilodeau on
URL: https://discuss.asciidoctor.org/Using-slim-include-in-a-template-tp4923.html
I'm trying to remove template markup/code duplication in the reveal.js template and I tried to use the slim include directive:
https://github.com/slim-template/slim/blob/master/doc/include.mdI wasn't able to make it work. Asciidoctor would crash with:
Failed to load AsciiDoc document - 'include_slide_section.html.slim
Should it work? How should I proceed?