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
Why is the page rendering with the javascript being output and not being executed?
i.e.
<div id="print-top-header">(function() { var template = Handlebars.template, templates = Handlebars.templates = Handlebars.templates || {}; templates['top-header'] = template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) { return " <nav id="\"mainNav\"" class="\"navbar" navbar-default="" navbar-fixed-top\"="">\n <div class="\"container\"">\n <!-- Brand and toggle get grouped for better mobile display -->\n <div class="\"navbar-header\"">\n <button type="\"button\"" class="\"navbar-toggle" collapsed\"="" data-toggle="\"collapse\"" data-target="\"#bs-example-navbar-collapse-1\"">\n <span class="\"sr-only\"">Toggle navigation</span>\n <span class="\"icon-bar\""></span>\n <span class="\"icon-bar\""></span>\n <span class="\"icon-bar\""></span>\n </button>\n <button type="\"button\"" class="\"navbar-toggle" search-collapsed="" collapsed\"="" data-toggle="\"collapse\"" data-target="\"#top-search\"">\n <span class="\"sr-only\"">Toggle navigation</span>\n <span><i class="\"fa" fa-search\"="" aria-hidden="\"true\""></i></span>\n </button>\n <a class="\"navbar-brand" page-scroll="" logo\"="" href="\"/sift/\"">\n <img src="\"/sift/img/logo-green.svg\"" alt="\"Sift" local="" logo\"="">\n </a>\n </div>\n <!-- Collect the nav links, forms, and other content for toggling -->\n <div class="\"collapse" navbar-collapse\"="" id="\"bs-example-navbar-collapse-1\"">\n <ul class="\"nav" navbar-nav="" navbar-left\"="">\n <li><a href="\"#\"">Discover</a></li>\n <li><a href="\"/sift/signed-in-people.html\"">Makers</a></li>\n <li><a href="\"#\"">Events</a></li>\n </ul>\n <ul class="\"nav" navbar-nav="" navbar-right\"="">\n <li>\n <a href="\"#\"">Sign Up</a>\n </li>\n <li>\n <a href="\"/sift/signed-in.html\"">Sign In</a>\n </li>\n </ul>\n </div>\n <!-- /.navbar-collapse -->\n </div>\n <!-- /.container-fluid -->\n </nav>"; },"useData":true}); })();</div>
The text was updated successfully, but these errors were encountered:
hey @bill-siftlocal what version are you using; and could you give an example of the input file?
Sorry, something went wrong.
closed due to inactivity
No branches or pull requests
Why is the page rendering with the javascript being output and not being executed?
i.e.
The text was updated successfully, but these errors were encountered: