AppFooter

App

Two-row application footer with logo, navigation links, system status badge, version, copyright, and social slot.

Full — logo + nav + status + social

Preview
Code
<%- include('modules/app/AppFooter', {
  logoContent: 'Acme',
  version:   '2.4.1',
  status:    'operational',
  copyright: '© 2026 Acme Corp. All rights reserved.',
  navContent: `
    Docs
    Changelog
    Support
    Pricing
  `,
  socialContent: `
    
    
    
  `
}) %>

Minimal — copyright + status only

Preview
Acme
Degraded

© 2026 Acme Corp.

Code
<%- include('modules/app/AppFooter', {
  logoContent: 'Acme',
  status:    'degraded',
  copyright: '© 2026 Acme Corp.'
}) %>
Source modules/app/AppFooter.ejs