--- title: Helpers and Resources layout: template-logo-medium --- # <%= current_page.data.title %> `middleman-targets` includes some helpers and some page resources that make working with multiple targets easier. Most of them are demonstrated at [Simple features demonstration](simple-demo.html). ## Extended Helpers `middleman-targets` extends built-in **Middleman** helpers with optional, new functionality. <%= partial 'partials/yard_mmtargets_helpers_extended' %> * * * ## Helpers These helpers make it simple to target exactly what you intend to. <%= partial 'partials/yard_mmtargets_helpers' %> * * * ## Resources Middleman’s resource list is available to all of your templates and pages, and also available for your own helpers, and `middleman-targets` provides a couple of resource map additions than can prove useful when developing your own helpers. <%= partial 'partials/yard_mmtargets_resources' %> * * * ### Example The raw output of `<%%= current_page.valid_features %>` on this page is `<%= current_page.valid_features %>`. The output will be different if you switch targets. <% content_for :seeAlso do %>
<% end %>