"use strict";

function _jade_template_fn(locals) {
  locals = locals || {};;;
  var result_of_with = function ($attrs, Object) {
    var h = require('panel').h;
    return {
      value: h("div", {
        "class": Object.assign({}, {
          'mp-list-item-active': $attrs['active'],
          'mp-list-item-static': $attrs['static'],
          'mp-list-item-disabled': $attrs['disabled']
        }, {
          'mp-list-item-container': true
        })
      }, function () {
        var __jade_nodes = [];
        __jade_nodes = __jade_nodes.concat(h("slot"));;
        return __jade_nodes;
      }.call(this).filter(Boolean))
    };
  }.call(this, "$attrs" in locals ? locals.$attrs : typeof $attrs !== "undefined" ? $attrs : undefined, "Object" in locals ? locals.Object : typeof Object !== "undefined" ? Object : undefined);
  if (result_of_with) return result_of_with.value;
}
module.exports = _jade_template_fn;