Skip to main content
Module

x/lume/tests/assets/relations/_includes/posts.njk

πŸ”₯ Static site generator for Deno πŸ¦•
Very Popular
Go to Latest
File
<div>{{ content | safe }}</div>{% if category %} <h2>Category:</h2><a href="{{ category.url }}">{{ category.title }}</a>{{ category.content | md | safe }}{% endif %}
<ul>{% for com in comment %} <li>{{ com.content | md | safe }}</li>{% endfor %}</ul>