我使用CMS Bolt,它使用Twig模板引擎。我需要访问上面运行CMS的页面中创建的内容。
示例:安装在博客文件夹中的Bolt;访问和显示内容的页面是测试网站测试/博客。
我在页面上使用了这个:
{% setcontent records = "entries/latest/2" allowpaging %}
{% for record in records %}
<div class="four columns thumb" style="margin-left: 0px; clear: both";>
{% if record.image!="" %}
<img src="{{ thumbnail(record.image, 100, 100) }}" alt="thumbnail" class="u-max-full-width">
{% endif %}
</div>
<div class="eight columns">
<small class="date">{{ record.datecreated|date("d.m.y") }}</small>
<p><a href="{{ record.link }}" class="footer_last_blog">{{ record.excerpt(75) }}</a></p>
</div>
{% endfor %}
答案 0 :(得分:0)
我不确定您要链接到的确切内容,链接,主题资源等处理方式略有不同,但是您始终可以从路径向上导航,因为路径始终打印为字符串... < / p>
以及<video class="video" width="700" height="700">
<source src="images/video9.mp4" type="video/mp4">
<source src="imagesvideo9.ogg" type="video/ogg">
</video></div>
<img class="top" src="images/boot.png" style="display:none; hidden; position:absolute; left:-1%; top:8.5%;" width="710" />
<img class="top1" src="images/boot1.png" style="display:none; position:absolute; left:-1%; top:75%;" width="710"/>
您也可以执行{{paths.theme}}/images
并返回某个级别。
同样,您可以通过{{paths.theme}}/../images