17 lines
469 B
Plaintext
17 lines
469 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("form-container"): #export("formContent"):
|
|
#extend("vendors/form", form)
|
|
#endexport #endextend
|
|
#extend("vendors/table")
|
|
</div>
|
|
</div>
|
|
#endexport
|
|
#endextend
|