Thanks to visit codestin.com
Credit goes to github.com

Skip to content

layout support #103

@millken

Description

@millken

Examples
parent.tpl

<html>
  <head>
    <title> Page Title</title> 
  </head>
 <body>
    <slot>
</body>
</html>

child.tpl

{% layout "parent.tpl" %} 
<h1>Hello</h1>
{% endlayout %}

The result would look like

<html>
  <head>
    <title>Page Title</title>
  </head>
 <body>
    <h1>Hello</h1>
</body>
</html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions