feat: add variables to templates
This commit is contained in:
parent
eae17727f9
commit
7ae8799d4f
3 changed files with 3 additions and 6 deletions
|
|
@ -3,14 +3,13 @@ title: Card
|
|||
tags:
|
||||
- demoExample
|
||||
---
|
||||
{% set pageBase = "../" %}
|
||||
{% set pageId = page.fileSlug %}
|
||||
{% set pageClass = "html_card" %}
|
||||
|
||||
{% extends "demo/_default.njk" %}
|
||||
{% import "hippie/macros/_placeholder.njk" as ph %}
|
||||
|
||||
{% block title %}Karte{% endblock %}
|
||||
{% block title %}{{ title }}{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue