13 lines
171 B
Smarty
13 lines
171 B
Smarty
|
|
/**
|
||
|
|
* Template: {post_title}
|
||
|
|
* Post Type: {post_type}
|
||
|
|
*/
|
||
|
|
|
||
|
|
import { createBlock } from '@wordpress/blocks';
|
||
|
|
|
||
|
|
{post_meta}
|
||
|
|
|
||
|
|
{inner_blocks}
|
||
|
|
|
||
|
|
export { postMeta, innerBlocks };
|