This is a request for functionality, as I can apply conditions to elements, but not within text.
So, introduce the ability for Cornerstone to support conditional statements inline, like within a text element?
It would be great to have this within text, rather than having to create multiple elements (usually text).
An example:
{{dc:if:post:the_content!=null}}
<div class="content">
{{dc:post:the_content}}
</div>
{{dc:else}}
<div class="content empty">No article found</div>
{{dc:/if}}
Or just:
{{dc:if:post:the_content!=null}}<div class="content">
{{dc:post:the_content}}
</div>{{dc:/if}}
This has been requested before, but this thread is closed.