Fix up template naming in index.html; remove space
This commit is contained in:
parent
27e023fb73
commit
c4b85808b9
|
@ -1,4 +1,4 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
@ -11,6 +11,6 @@
|
||||||
<p>This is a paragraph.</p>
|
<p>This is a paragraph.</p>
|
||||||
<p>This is another paragraph.</p>
|
<p>This is another paragraph.</p>
|
||||||
</div>
|
</div>
|
||||||
#{{footer}}
|
#{{footer.template.html}}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue