{% for x in layout.common-css %}{% capture target %}{% include link.html url=x %}{% endcapture %} {% endfor %} {% for x in page.css %}{% capture target %}{% include link.html url=x %}{% endcapture %} {% endfor %} {% for x in layout.common-js %}{% capture target %}{% include link.html url=x %}{% endcapture %} {% endfor %} {% for x in page.js %}{% capture target %}{% include link.html url=x %}{% endcapture %} {% endfor %}