{% extends layout|default('base.html', true) %} {% block style %} {# The stylesheet for the classes this page borrows, exactly as library.html links it and for the same reason: base.html links openProject.css only for the page core owns, so borrowing the shell without borrowing the sheet leaves every rule below unresolved. In the style block so it lands BEFORE the plugin's own sheet, which is the order that lets a .fb- rule refine a .open-project- one instead of losing to it. #} {% endblock %} {% block content %}