Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

13 行
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 %}