# ActiveadminCustomLayout
Short description and motivation.
## Usage
### Available exports
```HTML
<%= yield :title %>
<%= yield :stylesheets %>
<%= yield :javascripts %>
<%= yield :favicon %>
<%= yield :meta_tags %>
<%= yield :favicon %>
<%= csrf_meta_tag %>
<%= yield :unsupported_browser %>
<%#= yield :title_bar %>
<%= yield :breadcrumb %>
<%= yield :title_tag %>
<%= yield :action_items %>
<%#= yield :page_content %>
<%= yield :flash_messages %>
<%= yield :footer %>
```
When rendering the index view:
```HTML
<%#= yield :table_tools %>
<%= yield :index_batch_actions %>
<%= yield :index_scopes %>
<%= yield :index_index_list %>
<%= yield :index_collection %>
```
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'activeadmin_custom_layout'
```
And then execute:
```bash
$ bundle
```
Or install it yourself as:
```bash
$ gem install activeadmin_custom_layout
```
## Contributing
Contribution directions go here.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).