mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Implemented source templates
This commit is contained in:
@@ -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">
|
||||
|
4
application/templates/source/name.html.twig
Normal file
4
application/templates/source/name.html.twig
Normal file
@@ -0,0 +1,4 @@
|
||||
{% extends "frames/default.html.twig" %}
|
||||
{% block content %}
|
||||
{{ source.name }}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user