Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
 
 
 
 
 
 

13 wiersze
303 B

  1. {% extends 'partials/base.html.twig' %}
  2. {% block javascripts %}
  3. {{ parent() }}
  4. {% do assets.add('theme://js/bricklayer.min.js') %}
  5. {% do assets.add('/assets/app.js', {group:'bottom'}) %}
  6. {% endblock %}
  7. {% block content %}
  8. {{ page.content|raw }}
  9. <div id="app"></div>
  10. {% endblock %}