12 lines
189 B
HTML
12 lines
189 B
HTML
|
{% extends "content.html" %}
|
||
|
|
||
|
{% load static %}
|
||
|
|
||
|
{% block title %}Blog{% endblock %}
|
||
|
|
||
|
{% block headerimage %}{% static "img/header.jpg" %}{% endblock %}
|
||
|
|
||
|
{% block content %}
|
||
|
|
||
|
{% endblock%}
|