Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support block and include at templates #6

Open
zloidemon opened this issue Sep 13, 2014 · 0 comments
Open

Support block and include at templates #6

zloidemon opened this issue Sep 13, 2014 · 0 comments
Labels
feature A new functionality good first issue Good for newcomers
Milestone

Comments

@zloidemon
Copy link
Contributor

Have to add support blocks and include at templates. Main goal of that to use main template of page and add data inside. For example:

main.html.el

<html>
% include  'title/title.html.el'
</html>
<body>
% block 'body'
</body>

When you'll call controller where template of controller contain:

% extend 'main.html.el'
% block 'body'
<table>
...
</table>
% endblock

It have to generate page from above template and include result at main.html.el

Include action have to include just a snippet of html/text block.

@kostja kostja added the good first issue Good for newcomers label Feb 10, 2018
@Totktonada Totktonada added this to the wishlist milestone Feb 3, 2022
@Totktonada Totktonada added the feature A new functionality label Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants