Mental Model#
On a normal template, a value that is not a built-in WordPress value is treated as an ACF field on the current post.
<section> <h1>{{ headline }}</h1> <p>{{ intro }}</p></section>{{ headline }} and {{ intro }} are value tags. They print once and do not have closing tags.