add new guide service
This commit is contained in:
15
templates/admin/guides/view.html.twig
Normal file
15
templates/admin/guides/view.html.twig
Normal file
@@ -0,0 +1,15 @@
|
||||
{% extends 'admin/base.html.twig' %}
|
||||
|
||||
{% block title %}Guide{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<a href="{{ path('admin_guides_index') }}" class="btn btn-sm btn-outline-secondary mb-3">
|
||||
← Zurück
|
||||
</a>
|
||||
|
||||
<div class="card bg-black border-secondary">
|
||||
<div class="card-body markdown-content">
|
||||
{{ html|raw }}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user