{%comment%}
<header class="section-header">
<h1 class="section-header__title">{{ page.title }}</h1>
</header>
{%endcomment%}
{% comment %}
Regular page content goes here.
{% endcomment %}
<div class="rte">
{{ page.content }}
</div>
<div class="cold-first-sec">
<div class="cold-video-icon">
<img src="{{ 'play-btn-icon.png' | asset_url }}"/>
{% comment %} <img src="{{ '1.gif' | asset_url }}"/> {% endcomment %}
</div>
</div>
<section class="section-contect-three container12">
{{ pages.cold-pressed-ocntent-2.content }}
</section>
<section class="section-cold-three container12">
{{ pages.cold-pressed-content-3.content }}
</section>
我正在寻找pages.cold-pressed-content-3.content
,但是在我的主题中它没有作为文件列出。我在布局,模板,节,代码段,资产,配置,语言环境中进行了搜索。但是它不在那里,在哪里,我想念什么?
答案 0 :(得分:0)
我不得不去settings_data.json
,这是建立所有关系的地方,就像别名列表一样。我在那里找到了正确的模板。