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

Layouts and hashtag be gone #14

Merged
merged 13 commits into from
Sep 2, 2016
Merged

Layouts and hashtag be gone #14

merged 13 commits into from
Sep 2, 2016

Conversation

loganwright
Copy link
Member

@loganwright loganwright commented Sep 1, 2016

@loganwright loganwright changed the title Layouts Layouts and hashtag be gone Sep 1, 2016
@tanner0101
Copy link
Member

tanner0101 commented Sep 2, 2016

This will cause issues with "to the power of" operations. I think the best solution here is to provide a simple \# to escape.

Something like this could also be an option:

##if(name) {
    Hello ##(name)
} &#if(otherName) {
    Hello ##(otherName)
} &#else() {
    No name
}

@@ -146,3 +146,4 @@ This library was inspired by:

- [Stencil](https://github.com/kylef/stencil)
- [Mustache](https://github.com/groue/GRMustache.swift)
- [Blade](https://laravel.com/docs/5.0/templates)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Latest version is 5.3 🙈
https://laravel.com/docs/5.3/blade

@loganwright loganwright merged commit 08f4424 into master Sep 2, 2016
@loganwright loganwright deleted the layouts branch September 2, 2016 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants