We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm thinking of having labels for @extendable blocks such as this:
@extendable
<body> <!-- @extendable header --> <!-- @extendable content --> ... <!-- @extendable footer --> </body>
And some code in the files that extend it:
<!-- @extend main.html, header --> Extended Header <!-- @endextend --> <!-- @extend main.html, content --> Extended Content <!-- @endextend --> <!-- @extend main.html, footer --> Extended Footer <!-- @endextend -->
The text was updated successfully, but these errors were encountered:
Came here looking for the same. This would be very useful for layout HTML files.
Sorry, something went wrong.
No branches or pull requests
I'm thinking of having labels for
@extendable
blocks such as this:And some code in the files that extend it:
The text was updated successfully, but these errors were encountered: