我想把{% block body %}变成{% include 'bundle::...' %}。下面是我的代码:
{% extends '::base.html.twig' %}
{% block title %}{{ id }}{% endblock %}
{% block content %}
{% include 'scraperBundle::Event/sideLeft.html.twig' %}
{% include 'scraperBundle::Event/sideRight.html.twig
http://127.0.0.1:8000/app/slug/
有了Debug=True,我就得到了Page not found (404) - No entry found matching the query。使用Debug=False时,我看到的是projectName/templates/500.html而不是404.html。
两者看起来完全一样。500.html
{% extends "base.html" %}
{% block title %}server error{% endblock %}
{% block content %}
<h3>