Implemented source templates

This commit is contained in:
Kevin Frantz
2018-09-14 16:05:47 +02:00
parent 04c0f5e9e7
commit 37ce7c399c
11 changed files with 77 additions and 78 deletions

View File

@@ -1,7 +1,7 @@
<html>
<head>
<title>
{% block title %}Online Shop{% endblock %}
{% block title %}infinito{% endblock %}
</title>
<!--bootstrap and animation components-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous">

View File

@@ -0,0 +1,4 @@
{% extends "frames/default.html.twig" %}
{% block content %}
{{ source.name }}
{% endblock %}