Skip to content

Instantly share code, notes, and snippets.

@guillaumebdx
Created November 12, 2020 14:28
Show Gist options
  • Save guillaumebdx/f6878f7facfc86c04ab9eea9193d02c5 to your computer and use it in GitHub Desktop.
Save guillaumebdx/f6878f7facfc86c04ab9eea9193d02c5 to your computer and use it in GitHub Desktop.
{% extends 'layout.html.twig' %}
{% block content %}
<form action="" method="post">
<input type="text" name="name" placeholder="Entrez le nom du produit">
<select name="category" id="">
{# TODO: Add categories here #}
</select>
</form>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment