0.7.93
meta names
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{% extends "tb_base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="wrapper_name_art">{{ art.name }}</div>
|
||||
{% if art.description != none %}
|
||||
<div>{{ art.description }}</div>
|
||||
<div class="wrapper_name_art">{{ page.name }}</div>
|
||||
{% if page.description != none %}
|
||||
<div>{{ page.description }}</div>
|
||||
{% endif %}
|
||||
<div class="wrapper_text_art">{{ art.text|safe }}</div>
|
||||
<div class="wrapper_text_art">{{ page.text|safe }}</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user