rename template variable
This commit is contained in:
@ -12,9 +12,9 @@
|
||||
<body>
|
||||
${header}
|
||||
<div class="container">
|
||||
<div class="col-12">
|
||||
<h1>${title}</h1>
|
||||
<div class="row">
|
||||
<h1 class="col-12">${title}s</h1>
|
||||
</div>
|
||||
${sections}
|
||||
${content}
|
||||
</div>
|
||||
</body>
|
Reference in New Issue
Block a user