15 lines
380 B
Plaintext
15 lines
380 B
Plaintext
#extend("home"):
|
|
#export("homeContent"):
|
|
<div id="home-content" class="container">
|
|
<div class="container">
|
|
<h1>Vendors</h1>
|
|
<br>
|
|
<p>Vendors are who purchase orders can be issued for, they consist of multiple branches / locations.</p>
|
|
<br>
|
|
#extend("vendor-form", form)
|
|
#extend("vendor-table")
|
|
</div>
|
|
</div>
|
|
#endexport
|
|
#endextend
|