in reply to Re^5: Output should have multiple segments
in thread Output should have multiple segments

So it is a good reason for moving display logic into the controler, right? The fact that the HTML format requires that some part of the stuff produced by the template has to end up in the <head> is an HTML-specific implementation detail, not something that the controler needs or even should know about. Exactly because of the many possible output formats I should not polute the controler with stuff required by the implementation specifics of one of the output formats.

  • Comment on Re^6: Output should have multiple segments