index.blade.php 383 B

1234567891011121314151617181920212223
  1. ---
  2. {!! $frontmatter !!}
  3. ---
  4. # Introduction
  5. {!! $description !!}
  6. {!! $introText !!}
  7. @if($isInteractive)
  8. <script src="https://cdn.jsdelivr.net/npm/lodash@4.17.10/lodash.min.js"></script>
  9. <script>
  10. var baseUrl = "{{ $baseUrl }}";
  11. </script>
  12. <script src="js/tryitout-{{ \Knuckles\Scribe\Tools\Flags::SCRIBE_VERSION }}.js"></script>
  13. @endif
  14. > Base URL
  15. ```yaml
  16. {!! $baseUrl !!}
  17. ```