How to insert a block content into Page content property without using Running Headers that redirect the block element ? I mean there is an API to redirect something using flow , but is it possible to avoid redirection entirely by being able to specify the HTML inline ? That might also address the same issue
For example is there any API like ->
@page
{
@top {content : url(header_html);}
}
For example is there any API like ->
@page
{
@top {content : url(header_html);}
}