Parsha

<script>import sefaria from '@api/sefaria';

sefaria.getV3Texts({tref: 'tref'})
  .then(({ data }) => console.log(data))
  .catch(err => console.error(err));
</script>