dashboard
repositories
filestore
activity
search
login
jakevan
/
jvb
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
=New Gitbit setpu
Jake Vanderwerf
5 hours ago
56a9a1ccf764ff7a6af8f8a2292cb07443cb4aa7
[jakevan/jvb.git]
/
build
/
glossary
/
render.php
1
2
3
4
5
6
7
8
<?php
/**
* @see https://github.com/WordPress/gutenberg/blob/trunk/docs/reference-guides/block-api/block-metadata.md#render
*/
?>
<p <?php echo get_block_wrapper_attributes(); ?>>
<?php esc_html_e( 'Menu – hello from a dynamic block!', 'menu' ); ?>
</p>