Skip to content

contentBlock inside of Template.dynamic #4756

@maxnowack

Description

@maxnowack

It would be cool if Template.contentBlock can be used with Template.dynamic
Maybe some code can better explain what I mean:

{{#Template.dynamic template="Test"}}
  Dynamic
{{/Template.dynamic}}
<template name="Test">
  <div>
    Content from:
    {{> Template.contentBlock}}
  </div>
</template>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions