Skip to content

is there a way I can define a template without body,html tags? #49

@vandriesh

Description

@vandriesh

I have a template

#{extends 'main.html'/}

<div id="root"></div>

#{set 'reactScripts'}
<!--SCRIPT-->
#{/set}

so I'd like to have output.html

#{extends 'main.html'/}

<div id="root"></div>

#{set 'reactScripts'}
<script src="polyfills.ba39d5cf24f6f736654b.esm.js"></script>
<script src="main.af33690fade9e8d661fc.esm.js"></script>
#{/set}

without html/head/body wrapper tags.

Is it possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions