mirror of
https://github.com/offen/website.git
synced 2024-11-23 17:30:34 +01:00
15 lines
502 B
HTML
15 lines
502 B
HTML
{% extends "base.html" %}
|
|
|
|
{% set title = article.title + " | Offen" %}
|
|
{% set description = article.description %}
|
|
{% set href = article.save_as.replace('index.html', '') %}
|
|
{% set image_url = article.image_url %}
|
|
{% set image_caption = article.image_caption %}
|
|
{% set no_stats = article.no_stats %}
|
|
{% set template = article.template %}
|
|
{% set content = article.content %}
|
|
{% set date = article.date %}
|
|
{% set author = article.author %}
|
|
{% set modified = article.modified %}
|
|
{% set cta_1 = 'true' %}
|