Closed rochacbruno closed 1 week ago
extra: {}
arbitrary extra key:value pair in YAML format (for template customization)
On each individual post there will be an extra arbitrary field, so on list.html and content.html this field can also be accessed.
extra
--- extra: banner_image: media/banner.jpg ---
then on template
<img src="{{url_for(content.extra.banner_image)}}">
extra: {}
On each individual post there will be an
extra
arbitrary field, so on list.html and content.html this field can also be accessed.then on template