mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
11 lines
350 B
HTML
11 lines
350 B
HTML
{% extends "base.html" %}
|
|
|
|
{% set title = article.title %}
|
|
{% set description = article.description %}
|
|
{% set href = article.save_as.replace('index.html', '') %}
|
|
{% set sm_image_url = article.sm_image_url %}
|
|
{% set no_stats = article.no_stats %}
|
|
{% set template = article.template %}
|
|
{% set content = article.content %}
|
|
{% set is_article = 'true' %}
|