7 lines
189 B
Twig
7 lines
189 B
Twig
{% extends 'base.html.twig' %}
|
|
|
|
{% block content %}
|
|
{# This form recieves form_create object from current context #}
|
|
{% include 'Form/form_paste_create.html.twig' %}
|
|
{% endblock %}
|