Added project.html.twig
This commit is contained in:
parent
31b6494e41
commit
8e834fc66b
|
@ -0,0 +1,8 @@
|
|||
{% extends 'default' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<div class="content">
|
||||
{% if page.website %}<a href="{{ page.website }}">{{ page.website }}</a>{% endif %}
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Reference in a new issue