mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Implemented source templates
This commit is contained in:
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