view-placeholders-conclusion.xml 941 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Reviewed: no -->
  3. <sect1 id="learning.view.placeholders.conclusion">
  4. <title>View Placeholders: Conclusion</title>
  5. <para>
  6. View placeholders are a simple and powerful method for creating rich layouts for your
  7. application. You can use a variety of standard placeholders, such as those discussed
  8. (<methodname>doctype()</methodname>, <methodname>headTitle()</methodname>,
  9. <methodname>headLink()</methodname>, and <methodname>headScript()</methodname>), or use
  10. the generic <methodname>placeholder()</methodname> helper to aggregate content and render it
  11. in custom ways. Experiment with their exposed functionality, and visit the appropriate
  12. sections in the reference guide to find out about the additional features they offer -- and
  13. how you may leverage those features to create rich content for your readers.
  14. </para>
  15. </sect1>