First implementation of new template.

This commit is contained in:
James Cole
2015-06-19 20:59:14 +02:00
parent 1c3bffdc50
commit 707f4e2965
800 changed files with 173582 additions and 239 deletions

View File

@@ -1,6 +1,9 @@
{% extends "./layout/default.twig" %}
{% block content %}
{% block breadcrumbs %}
{{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, what) }}
{% endblock %}
{% block content %}
<form action="{{ route('accounts.store') }}" method="post" id="store" class="form-horizontal">
<input type="hidden" name="_token" value="{{ csrf_token() }}" />
<input type="hidden" name="what" value="{{ what }}" />