# Decidim::Pages The Pages module adds static page capabilities to any participatory process. It basically provides an interface to include arbitrary HTML content to any step. ## Usage Pages will be available as a Feature for a Participatory Process. ## Installation Add this line to your application's Gemfile: ```ruby gem 'decidim-pages' ``` And then execute: ```bash $ bundle ``` ## Contributing See [Decidim](https://github.com/AjuntamentdeBarcelona/decidim). ## License See [Decidim](https://github.com/AjuntamentdeBarcelona/decidim).