Added lost tags
This commit is contained in:
21
cl-theme/templates/category.html
Normal file
21
cl-theme/templates/category.html
Normal file
@@ -0,0 +1,21 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block head %}
|
||||
<!-- Hola -->
|
||||
{% block title %}
|
||||
<title>{{ category.name }} - {{SITENAME}}</title>
|
||||
{% endblock %}
|
||||
{{ super() }}
|
||||
<style>
|
||||
.card-content-header {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="card-content-header">
|
||||
<h4 class="title is-4 has-text-centered">{{ category }}</h4>
|
||||
</div>
|
||||
{{ super() }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user