Staging server with PHP 7.0.0 and Statamic 1.11.1
the get_content
tag isn't rendered at all. I get a blank DIV. Code:
<div class="col-lg-12 text-center">
{{ get_content from="rando/intro" }}
<h2>{{ title }}</h2>
<p class="lead">{{ content }}</p>
{{ /get_content }}
</div>
The code is rendering well with PHP 5.6.15 and Statamic 1.11.1. Any idea?