bminer / node-blade

Blade - HTML Template Compiler, inspired by Jade & Haml
Other
320 stars 28 forks source link

ejs to blade #200

Closed nkhine closed 10 years ago

nkhine commented 10 years ago

hello, i have this in my index.html node, express with EJS application

...
 <%-
      barChartHelper.getBarChart({
        data: fixtureData,
        width: 800,
        height: 600,
        xAxisLabel: '2012',
        yAxisLabel: 'Views',
        containerId: 'bar-chart-large'
      })
 %>
  </body>
</html>

what will be the correct way to translate this to blade?

bminer commented 10 years ago

I have no familiarity with EJS. Closing this issue for now.