2 changed files with 29 additions and 1 deletions
@ -1,5 +1,13 @@ |
|||
{% extends "base.html" %} |
|||
{% load wagtailcore_tags wagtailimages_tags static %} |
|||
{% block body_class %}template-homepage{% endblock %} |
|||
{% block content %} |
|||
{% block content %} |
|||
<br> |
|||
<section class="hero">Jsme Litoměřická veterinární ambulance.</section> |
|||
<section class="otevreno">Otevírací doba: <br> |
|||
Po: 8:00 - 15:00<br> |
|||
Út: 8:00 - 15:00<br> |
|||
St: 8:00 - 15:00<br> |
|||
Čt: 8:00 - 15:00<br> |
|||
Pá: 8:00 - 15:00<br> </section> |
|||
{% endblock content %} |
|||
|
Loading…
Reference in new issue