You are here

purl-provider-table.html.twig in Persistent URL 8

<h1>FOO!</h1>
<form action="" method="post">
<table>
    <thead>
        <tr>
            <th></th>
        </tr>
    </thead>
</table>
</form>

File

templates/purl-provider-table.html.twig
View source
  1. <h1>FOO!</h1>
  2. <form action="" method="post">
  3. <table>
  4. <thead>
  5. <tr>
  6. <th></th>
  7. </tr>
  8. </thead>
  9. </table>
  10. </form>