{% capture maven_pom_template %} {% include pom.xml %} {% endcapture %} {%if maven_pom_template contains 'not found in _includes directory' %} {% capture maven_pom_template %} {@= groupId @} {@= artifactId @} {@= version @} {% endcapture %} {% endif %} {% capture gradle_template %} {% include build.gradle %} {% endcapture %} {%if gradle_template contains 'not found in _includes directory' %} {% capture gradle_template %} dependencies { compile '{@= groupId @}:{@= artifactId @}:{@= version @}' } {% endcapture %} {% endif %}