Is it possible to create content block/s, which can be called up via echo (or in another way) in a page, or template? <?php echo $name-of-content-block; ?> It often happens that I have in pages recurring static objects, which must not be edited by the page editor. I've done it in the past so, that I create a content block, which I call up in a page, or in the sidebar at any position. This could for example be a block with opening times, which must not be permanently changed.