4 lines
141 B
Plaintext
4 lines
141 B
Plaintext
<form action="/customers" method="post">
|
|
<%- include('form', { customer: {} }) %>
|
|
<button class="btn btn-success">Zapisz</button>
|
|
</form> |